summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhenesy <henesy.dev@gmail.com>2019-03-11 23:24:58 -0500
committerhenesy <henesy.dev@gmail.com>2019-03-11 23:24:58 -0500
commit6d784404ce66549fb8b69de4ecef32984da13324 (patch)
tree5e956a478f359c895589ff27e7914651c60c6a8d
parentc818e95dc18d91228358fc9750d29dcd8cc9b488 (diff)
correct wording mistake ;; add citation for limbo programming language addendum
-rw-r--r--Exceptions/README.md2
-rw-r--r--README.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/Exceptions/README.md b/Exceptions/README.md
index 9350a28..11813f8 100644
--- 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
diff --git a/README.md b/README.md
index 67892dd..4b9145f 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ You could then run said file with:
## 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)