Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit aa29484

Browse files
authored
Add utf-8 comment support (#971)
1 parent e841c83 commit aa29484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/nextra/pages/en/build/smart-contracts/book/coding-conventions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ module 0x1::importer {
6767

6868
- Each module, struct, and public function declaration should be commented.
6969
- Move has doc comments `///`, regular single-line comments `//`, block comments `/* */`, and block doc comments `/** */`.
70+
- Starting Aptos CLI 7.4.0, UTF-8 characters are allowed in comments.
7071

7172
### Comments Example
7273

0 commit comments

Comments
 (0)