Skip to content

Commit 35b22cf

Browse files
authored
Fix a typo in the docs (#13707)
1 parent 8706d02 commit 35b22cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/references/syntax-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ end
393393
394394
## Additional representations
395395
396-
All of the constructs above are part of Elixir's syntax and have their own representation as part of the Elixir AST. This section will discuss the remaining constructs that are ultimately representated as one of the constructs above.
396+
All of the constructs above are part of Elixir's syntax and have their own representation as part of the Elixir AST. This section will discuss the remaining constructs that are ultimately represented as one of the constructs above.
397397
398398
### Integers in other bases and Unicode code points
399399

0 commit comments

Comments
 (0)