Skip to content

Commit c684712

Browse files
authored
fix typo in unity-build.md (#288)
1 parent b3e677d commit c684712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/zh/guide/extras/unity-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ target("test")
9797

9898
## Unique ID
9999

100-
尽管 Unity Build 带啦的收益不错,但是我们还是会遇到一些意外的情况,比如我们的两个代码文件里面,全局命名空间下,都存在相同名字的全局变量和函数。
100+
尽管 Unity Build 带来的收益不错,但是我们还是会遇到一些意外的情况,比如我们的两个代码文件里面,全局命名空间下,都存在相同名字的全局变量和函数。
101101

102102
那么,合并编译就会带来编译冲突问题,编译器通常会报全局变量重定义错误。
103103

0 commit comments

Comments
 (0)