shithub: limbobyexample

Download patch

ref: 6d784404ce66549fb8b69de4ecef32984da13324
parent: c818e95dc18d91228358fc9750d29dcd8cc9b488
author: henesy <henesy.dev@gmail.com>
date: Mon Mar 11 19:24:58 EDT 2019

correct wording mistake ;; add citation for limbo programming language addendum

--- a/Exceptions/README.md
+++ b/Exceptions/README.md
@@ -2,7 +2,7 @@
 
 Limbo supports the throwing, catching, and custom definition of exceptions. 
 
-The example in this section is a derivative of the function reference summary in the [Limbo Addendum](http://www.vitanuova.com/inferno/papers/addendum.pdf). 
+The example in this section is a derivative of the exceptions summary in the [Limbo Addendum](http://www.vitanuova.com/inferno/papers/addendum.pdf). 
 
 ## Source
 
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@
 ## References
 
 - [The Limbo Programming Language](http://doc.cat-v.org/inferno/4th_edition/limbo_language/limbo)
+- [Addendum to The Limbo Programming Language](http://www.vitanuova.com/inferno/papers/addendum.pdf)
 - [Inferno Programming with Limbo](http://www.gemusehaken.org/ipwl/)
 - [A Descent into Limbo](http://doc.cat-v.org/inferno/4th_edition/limbo_language/descent)
 - [Limbo Programming](http://www.vitanuova.com/inferno/papers/limbomore.html)