1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-17 12:10:52 +02:00

Merge pull request #3491 from satory-ra/patch-1

Typo
This commit is contained in:
Divay Prakash
2019-03-14 19:56:57 +05:30
committed by GitHub

View File

@@ -139,7 +139,7 @@ Module Module1
'Five 'Five
Private Sub WorkingCalculator() Private Sub WorkingCalculator()
Console.Title = "The Working Calculator| Learn X in Y Minutes" Console.Title = "The Working Calculator | Learn X in Y Minutes"
'However if you'd like the calculator to subtract, divide, multiple and 'However if you'd like the calculator to subtract, divide, multiple and
'add up. 'add up.
'Copy and paste the above again. 'Copy and paste the above again.