Skip to content

Commit

Permalink
link for pin
Browse files Browse the repository at this point in the history
  • Loading branch information
thautwarm committed Oct 14, 2019
1 parent 9b20698 commit 02c84f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ of course much more powerful than most programming languages.

- And pattern: `pat1 and pat2 and pat3 ...`
- Or pattern: `pat1 or pat2 or pat3...`
- Pin pattern: `pin(value)`
- Literal pattern: `1, "str", 1+2j, (1, 2),`
- Pin pattern: `pin(value)`, this is quite useful. See [Elixir Pin Operator](https://elixir-lang.org/getting-started/pattern-matching.html#the-pin-operator)
- Literal pattern: `1, "str", 1+2j, (1, 2)`
- As pattern: `a, var`
- Wildcard: `_`
- Nested patterns:
Expand Down

0 comments on commit 02c84f6

Please sign in to comment.