Skip to content

Commit 5e507f3

Browse files
christhekeelejosevalim
authored andcommitted
Fix small typo in Unicode docs (#6250)
1 parent 49f883d commit 5e507f3

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
@@ -37,7 +37,7 @@ Atoms in Elixir follow the identifier rule above with the following modification
3737

3838
### Variables
3939

40-
Atoms in Elixir follow the identifier rule above with the following modifications:
40+
Variables in Elixir follow the identifier rule above with the following modifications:
4141

4242
* `<Start>` includes the codepoint _ (005F)
4343
* `<Start>` must not include Lu (letter uppercase) and Lt (letter titlecase) characters

0 commit comments

Comments
 (0)