summaryrefslogtreecommitdiffhomepage
path: root/zh-cn/visualbasic-cn.html.markdown
diff options
context:
space:
mode:
authorAbner <zhcjtht@gmail.com>2014-02-25 17:35:27 -0500
committerAbner <zhcjtht@gmail.com>2014-02-25 17:35:27 -0500
commitb1ad921af57d17631f73316dfca3aa39425bbd72 (patch)
tree88510941bacb773b10c3d0267e9aba123b32fe60 /zh-cn/visualbasic-cn.html.markdown
parent0d63865f21f143eb85b65c1cbcaba4769c2cb8cd (diff)
Slight change the format.
Diffstat (limited to 'zh-cn/visualbasic-cn.html.markdown')
-rw-r--r--zh-cn/visualbasic-cn.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/zh-cn/visualbasic-cn.html.markdown b/zh-cn/visualbasic-cn.html.markdown
index fa5db923..4459a2cd 100644
--- a/zh-cn/visualbasic-cn.html.markdown
+++ b/zh-cn/visualbasic-cn.html.markdown
@@ -2,7 +2,7 @@
language: Visual Basic
contributors:
- ["Brian Martin", "http://brianmartin.biz"]
- translators:
+translators:
- ["Abner Chou", "http://github.com/NoahDragon"]
lang: zh-cn
filename: learnvisualbasic.vb-cn
@@ -74,7 +74,7 @@ Module Module1
' 一、对应程序目录1,下同
- ' 使用 private subs 来区分程序块.
+ ' 使用 private subs 声明函数。
Private Sub HelloWorldOutput()
' 程序名
Console.Title = "Hello World Ouput | Learn X in Y Minutes"