[PATCH] Add missing semicolon to example code

Thomas Lange <[email protected]> Thu, 19 Dec 2013 18:24:02 +0100
Newsgroups gmane.comp.lang.erlang.patches
Message-ID <[email protected]>
Signed-off-by: Thomas Lange <[email protected]>
---
 system/doc/reference_manual/expressions.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml
index e9de3e0..16a4a81 100644
--- a/system/doc/reference_manual/expressions.xml
+++ b/system/doc/reference_manual/expressions.xml
@@ -1177,7 +1177,7 @@ termize_file(Name) ->
 try Expr
 catch
     throw:Term -> Term;
-    exit:Reason -> {'EXIT',Reason}
+    exit:Reason -> {'EXIT',Reason};
     error:Reason -> {'EXIT',{Reason,erlang:get_stacktrace()}}
 end</code>
   </section>
-- 
1.7.10.4

_______________________________________________
erlang-patches mailing list
[email protected]
http://erlang.org/mailman/listinfo/erlang-patches