Skip to content

Commit

Permalink
doc(i18n): translate introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Dec 23, 2024
1 parent bec038b commit 63eb9c4
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 65 deletions.
4 changes: 2 additions & 2 deletions next/language/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ A top level variable binding

## Naming conventions

Variables, functions should start with lowercase letters `a-z` and can contain letters, numbers, and other non-ascii unicode chars.
Variables, functions should start with lowercase letters `a-z` and can contain letters, numbers, underscore, and other non-ascii unicode chars.
It is recommended to name them with snake_case.

Constants, types should start with uppercase letters `A-Z` and can contain letters, numbers, and other non-ascii unicode chars.
Constants, types should start with uppercase letters `A-Z` and can contain letters, numbers, underscore, and other non-ascii unicode chars.
It is recommended to name them with PascalCase or SCREAMING_SNAKE_CASE.

## Program entrance
Expand Down
Loading

0 comments on commit 63eb9c4

Please sign in to comment.