Skip to content

Commit 7cdcce7

Browse files
committed
fixed typo
1 parent 7d22178 commit 7cdcce7

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
@@ -609,7 +609,7 @@ Enum.map [1, 2, 3, 4], square
609609
#=> [1, 4, 9, 16]
610610
{% endhighlight %}
611611

612-
Is is possible to use pattern matching when defining anonymous functions too. In Elixir, `fn` is a shortcut, so we need to use `function` when we want many clauses:
612+
It is possible to use pattern matching when defining anonymous functions too. In Elixir, `fn` is a shortcut, so we need to use `function` when we want many clauses:
613613

614614
**Erlang**
615615

0 commit comments

Comments
 (0)