diff options
Diffstat (limited to 'pt-br/erlang-pt.html.markdown')
-rw-r--r-- | pt-br/erlang-pt.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pt-br/erlang-pt.html.markdown b/pt-br/erlang-pt.html.markdown index a81e5a1f..845837fb 100644 --- a/pt-br/erlang-pt.html.markdown +++ b/pt-br/erlang-pt.html.markdown @@ -242,7 +242,6 @@ catcher(N) -> % O outro é encapsular a chamada em uma expressão `catch`. Quando você captura % uma exceção, é convertida em uma tupla que descreve o erro. catcher(N) -> catch generate_exception(N). - ``` ## Referências |