diff options
author | ven <vendethiel@hotmail.fr> | 2015-10-04 20:35:05 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-10-04 20:35:05 +0200 |
commit | ed3dfe3717ae37464a6aec39b2d1eed29f58a0c7 (patch) | |
tree | bf22efa2585844a2fe231f0a35f417f06b7834d8 | |
parent | a6e30fcd969f4a0f5fe2d52b3b5eb5abfb2700e7 (diff) | |
parent | 2ede63f54cb59b99c0d3da712814f5556a979660 (diff) |
Merge pull request #1325 from dstockto/grammar-visualbasic
Fix incorrect "its" to "it is" in visual basic doc
-rw-r--r-- | visualbasic.html.markdown | 2 |
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. |