Skip to content

Commit ae7f02e

Browse files
esquithJosé Valim
authored andcommitted
Update pattern-matching.markdown (elixir-lang#1321)
A better word to use, in my opinion
1 parent a3f2aeb commit ae7f02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎getting-started/pattern-matching.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ iex> 1 = unknown
3838
** (CompileError) iex:1: undefined function unknown/0
3939
```
4040

41-
Since there is no variable `unknown` previously defined, Elixir imagined you were trying to call a function named `unknown/0`, but such a function does not exist.
41+
Since there is no variable `unknown` previously defined, Elixir assumed you were trying to call a function named `unknown/0`, but such a function does not exist.
4242

4343
## Pattern matching
4444

0 commit comments

Comments
(0)