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
commit 89acd0e207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.