Skip to content

Commit 441de8a

Browse files
authored
修改用词
declare改成define
1 parent f6b6f27 commit 441de8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/quickstart/03namespace/01namespace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ func test(){ # test:test function
1616
}
1717
```
1818

19-
You can only declare namespace once in a file.
19+
You can only define namespace once in a file.
2020

21-
The same, you can also declare this namespace in the project configuration file.
21+
The same, you can also define this namespace in the project configuration file.
2222

2323
```json
2424
{

0 commit comments

Comments
 (0)