Skip to content

Commit 0b0e3ed

Browse files
committed
translate Note: and Beta Software: with also considering docc styling way
1 parent 7eada1b commit 0b0e3ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift-6-beta.docc/LanguageGuide/Macros.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public macro OptionSet<RawType>() =
121121

122122
因为 `OptionSet` 是一个附加宏,它的名称使用大驼峰式命名法,就像结构体和类的名称那样。独立宏的名称使用小驼峰式命名法,就像变量和函数的名称那样。
123123

124-
> Note:
124+
> 注意:
125125
> 宏的可访问性总是被声明为 `public` 的。
126126
> 由于声明宏的代码与使用宏的代码位于不同的模块中,因此没有任何地方可以应用一个非公共可访问的宏。
127127
@@ -499,7 +499,7 @@ in no particular order:
499499
- `TokenSyntax`
500500
-->
501501

502-
> Beta Software:
502+
> 测试版软件:
503503
>
504504
> 本文档包含有关正在开发的 API 或技术的初步信息。这些信息可能会发生变化,根据本文档实施的软件应与最终的操作系统软件一起进行测试。
505505
>

0 commit comments

Comments
 (0)