Skip to content

Commit 627cda2

Browse files
erickgnavarblackode
authored andcommitted
Fix typo in guards section (#32)
@all-contributors please add @erickgnavar for doc
1 parent c02a0bc commit 627cda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ For more details on color printing check [**Printex**](https://github.com/blacko
413413

414414
### Functional Macros as Guard Clauses
415415

416-
We cannot make use of the functions as guard clauses in elixir. It means, `when` cannot accept cusotm defined functions. Consider the following lines of code…
416+
We cannot make use of the functions as guard clauses in elixir. It means, `when` cannot accept custom defined functions. Consider the following lines of code…
417417

418418
```elixir
419419
defmodule Hello do

0 commit comments

Comments
 (0)