From 8b07a2264bbc203c05b2026ef6fc9b775c45716e Mon Sep 17 00:00:00 2001 From: Art Kay Date: Thu, 4 Jul 2024 15:03:03 -0400 Subject: [PATCH] Fix a typo in the docs --- lib/elixir/pages/references/syntax-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elixir/pages/references/syntax-reference.md b/lib/elixir/pages/references/syntax-reference.md index 73f757c55d6..4327fec12df 100644 --- a/lib/elixir/pages/references/syntax-reference.md +++ b/lib/elixir/pages/references/syntax-reference.md @@ -393,7 +393,7 @@ end ## Additional representations -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. +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. ### Integers in other bases and Unicode code points