Skip to content

Commit ebff4dc

Browse files
committed
update modules
1 parent d712063 commit ebff4dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/packages/modules/specification.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ module mylib
1212
```
1313
In the example above, the module name is specified as `mylib`.
1414

15-
A module name may only consist of letters, digits, `_`, or `.` characters. The first character must be either a letter or an `_`.
15+
A module name may only consist of letters, digits, `_`, or `.` characters. The first character must be either a letter or an `_`.
16+
17+
::: warning
18+
The `std` is a reserved name and cannot be used for modules as a name.
19+
:::

0 commit comments

Comments
 (0)