Skip to content

Commit a244323

Browse files
eksperimentaljosevalim
authored andcommitted
Correct grammar in structural sorting order section (#14639)
It is not required by the Elixir developer, but it is not required for them to know this by heart. The former indicates that it is the Elixir developers who are not requiring this, the latter expresses that they do not need to know this by heart.
1 parent fff2cf0 commit a244323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ defmodule Kernel do
231231
232232
Finally, note there is an overall structural sorting order, called
233233
"Term Ordering", defined below. This order is provided for reference
234-
purposes, it is not required by Elixir developers to know it by heart.
234+
purposes, it is not required for Elixir developers to know it by heart.
235235
236236
### Term ordering
237237

0 commit comments

Comments
 (0)