Skip to content

Commit 2855d40

Browse files
committed
Remove an outdated sentence from chapter 16
PR elixir-lang#421 moved the try/catch/rescue chapter to chapter 19 (it was chapter 17 before), but the last sentence of chapter 16 still mentioned that in the next chapter errors would be covered. That is not true anymore.
1 parent ddf579c commit 2855d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/16.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ iex> inspect &(&1+2)
195195
"#Function<6.71889879/1 in :erl_eval.expr/5>"
196196
```
197197

198-
There are other protocols in Elixir but this covers the most common ones. In the next chapter we will learn a bit more about error handling and exceptions in Elixir.
198+
There are other protocols in Elixir but this covers the most common ones.

0 commit comments

Comments
 (0)