shithub: limbobyexample

Download patch

ref: e82759b53cfb05e27ff192bd56f07e01b13b9d43
parent: 88326ef46d597b689b83ec8a44bde60ee8622537
author: Sean Hinchee <henesy@users.noreply.github.com>
date: Sun Mar 3 20:45:19 EST 2019

Update README.md

--- a/Arrays/README.md
+++ b/Arrays/README.md
@@ -2,7 +2,7 @@
 
 Arrays in Limbo are dynamic and indexed by 0. They can be initialized providing a size, or declared and initialized in two separate statements if no size is specified. 
 
-Disclaimer: I don't like this example very much, but I'm not sure how to shore it up. The less on here is to use lists.
+Disclaimer: I don't like this example very much, but I'm not sure how to shore it up. The lesson here is to use lists.
 
 ## Source