mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fix incorrect "its" to "it is" in visual basic doc
This commit is contained in:
parent
9b46fe7e57
commit
2ede63f54c
@ -236,7 +236,7 @@ Module Module1
|
||||
'Nine
|
||||
Private Sub IfElseStatement()
|
||||
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.
|
||||
'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.
|
||||
|
Loading…
Reference in New Issue
Block a user