Update index.md (#31612)

This commit is contained in:
hkRho
2018-12-13 18:04:54 -05:00
committed by Randell Dawson
parent fca6b8211e
commit 017130412d

View File

@ -26,7 +26,7 @@ iex> tuple
## Pattern Matching
The most common use of tuples in Elixir is as a return for a function. For example: `{:ok, "Hello World\n"}`
This is a very helpful, as it enables the use of Pattern Matching to handle these returns.
This is very helpful, as it enables the use of Pattern Matching to handle these returns.
#### More Information:
* [elixir-lang.org | recursion](https://elixir-lang.org/getting-started/basic-types.html#tuples)