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

Merge pull request #1325 from dstockto/grammar-visualbasic

Fix incorrect "its" to "it is" in visual basic doc
This commit is contained in:
ven
2015-10-04 20:35:05 +02:00

View File

@@ -236,7 +236,7 @@ Module Module1
'Nine 'Nine
Private Sub IfElseStatement() Private Sub IfElseStatement()
Console.Title = "If / Else Statement | Learn X in Y Minutes" Console.Title = "If / Else Statement | Learn X in Y Minutes"
'Sometimes its important to consider more than two alternatives. 'Sometimes it is important to consider more than two alternatives.
'Sometimes there are a good few others. 'Sometimes there are a good few others.
'When this is the case, more than one if statement would be required. 'When this is the case, more than one if statement would be required.
'An if statement is great for vending machines. Where the user enters a code. 'An if statement is great for vending machines. Where the user enters a code.