Skip to content

Commit 1937ff6

Browse files
committed
Fixing more typos
1 parent d2c2e11 commit 1937ff6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

eeps/eep-0072.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For example:
3737
```erlang
3838
'foo'.
3939
'FOO'.
40-
'foo-bar`.
40+
'foo-bar'.
4141
```
4242

4343
But, conveniently, simple atoms (all alphanumeric, underscores (`_`) or
@@ -47,7 +47,8 @@ necessary wrapping quotes. Some examples:
4747

4848
```erlang
4949
foo.
50-
50+
foo_Bar.
51+
'foo-bar'. % still quoted since the term has a non-atomic character in it.
5152
```
5253

5354
Conveniently, this also means that records named with simple atoms can be

0 commit comments

Comments
 (0)