Skip to content

Commit c35a96c

Browse files
committed
修正一处文本
1 parent 30634e4 commit c35a96c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

doc/annotation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ layout: page
1515
Ref the specified existing code block by identity name
1616

1717
### Sytax
18-
```bash
19-
@codref <blockName>
20-
```
18+
@coderef <blockName>
2119

2220
### Overview
2321
Import the code block wrapped by the corresponding @codeblock into the current @coderef location in the document comment

zh-cn/doc/annotation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ layout: page
1515
通过标识名称引入指定代码
1616

1717
### 语法
18-
```
19-
@codref <blockName>
20-
```
18+
@coderef <blockName>
2119

2220
### 概述
2321
将对应的 @codeblock 所包裹的代码块导入文档注释中当前 @coderef 所处的位置

0 commit comments

Comments
 (0)