1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-16 19:54:38 +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
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
'add up.
'Copy and paste the above again.