summaryrefslogtreecommitdiffhomepage
path: root/visualbasic.html.markdown
diff options
context:
space:
mode:
authorDavid Stockton <dave@davidstockton.com>2015-10-03 19:41:52 -0600
committerDavid Stockton <dave@davidstockton.com>2015-10-03 19:41:52 -0600
commit2ede63f54cb59b99c0d3da712814f5556a979660 (patch)
treee796f258ffa728e38d301d434d26aa314b510e46 /visualbasic.html.markdown
parent9b46fe7e57bcf63785b67cdaffc49ff0d47d7476 (diff)
Fix incorrect "its" to "it is" in visual basic doc
Diffstat (limited to 'visualbasic.html.markdown')
-rw-r--r--visualbasic.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/visualbasic.html.markdown b/visualbasic.html.markdown
index 00d61843..f9906e96 100644
--- a/visualbasic.html.markdown
+++ b/visualbasic.html.markdown
@@ -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.