File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,8 +125,7 @@ let diameter = 7;
125125它们支持 [ Markdown 语法] ( https://en.wikipedia.org/wiki/Markdown )
126126而且是注释你的公开API的主要方式。
127127
128- 支持的 markdown 语法包括列在 [ GitHub Flavored Markdown]
129- (https://help.github.com/articles/github-flavored-markdown ) 文档中的所有扩展,加上上角标。
128+ 支持的 markdown 语法包括列在 [ GitHub Flavored Markdown] ( https://help.github.com/articles/github-flavored-markdown ) 文档中的所有扩展,加上上角标。
130129
131130### 总结行
132131
@@ -136,8 +135,7 @@ let diameter = 7;
136135
137136所有的文档注释,包括总结行,一个以大写字母开始,以句号、问号,或者感叹号结束。最好使用完整的句子而不是片段。
138137
139- 总结行应该以 [ 第三人称单数陈述句形式]
140- (http://en.wikipedia.org/wiki/English_verbs#Third_person_singular_present ) 来写。
138+ 总结行应该以 [ 第三人称单数陈述句形式] ( http://en.wikipedia.org/wiki/English_verbs#Third_person_singular_present ) 来写。
141139基本上,这意味着用 "Returns" 而不是 "Return"。
142140
143141例如:
You can’t perform that action at this time.
0 commit comments