Skip to content

Commit 7928a81

Browse files
committed
2 parents b573e56 + 857cc15 commit 7928a81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/i18n/en-US/docusaurus-plugin-content-docs/current/get_started/003-development-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ it is roughly divided into two parts, the Template template and the Compiler com
4545

4646
<br/>
4747

48-
直接使用 Natasha 内置的 Builder 可以快速实现定制,例如: OopBuilder<TOperator> ,MethodBuilder<TOperator>
48+
直接使用 Natasha 内置的 Builder 可以快速实现定制,例如: OopBuilder[TOperator] ,MethodBuilder[Operator] 泛型方法
4949
前者为其提供对象构造模板,后者专注构建方法。
5050

5151
<br/>

src/i18n/ja-JP/docusaurus-plugin-content-docs/current/get_started/003-development-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Package(Builder) + API + Extension => Operator
4343

4444
<br/>
4545

46-
直接使用 Natasha 内置的 Builder 可以快速实现定制,例如: OopBuilder<TOperator> ,MethodBuilder<TOperator>
46+
直接使用 Natasha 内置的 Builder 可以快速实现定制,例如: OopBuilder[TOperator] ,MethodBuilder[Operator] 泛型方法
4747
前者为其提供对象构造模板,后者专注构建方法。
4848

4949
<br/>

0 commit comments

Comments
 (0)