Skip to content

Commit 064c8ce

Browse files
eksperimentalJosé Valim
authored andcommitted
Fix casing in Unicode Syntax (#9074)
1 parent 43a4c85 commit 064c8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/Unicode Syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Elixir does not allow the use of ZWJ or ZWNJ in identifiers and therefore does n
3434

3535
### Atoms
3636

37-
Unicode Atoms in Elixir follow the identifier rule above with the following modifications:
37+
Unicode atoms in Elixir follow the identifier rule above with the following modifications:
3838

3939
* `<Start>` includes the code point `_` (005F)
4040
* `<Continue>` includes the code point `@` (0040)

0 commit comments

Comments
 (0)