Skip to content

Commit aa0a385

Browse files
committed
fixed typo, wording
1 parent 83266ee commit aa0a385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crash-course.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ end
497497

498498
When defining a function with the same name multiple times, each such definition is called a **clause**. In Erlang, clauses always go side by side and are separated by a semi-colon ``;``. The last clause is terminated by a dot ``.``.
499499

500-
Elixir doesn't require punctuation to separate clause, although the must be grouped together.
500+
Elixir doesn't require punctuation to separate clauses, but they must be grouped together.
501501

502502
### Function Overloading
503503

0 commit comments

Comments
 (0)