]> git.lizzy.rs Git - metalua.git/blobdiff - doc/manual/declare-globals-ref.tex
spelling fixes to the documentation
[metalua.git] / doc / manual / declare-globals-ref.tex
index 2e19ea5834d1737c2037aa25b0519a9f60e399c6..ccc08c5d1613ee2380d4b7119cdfd8c98a4fc831 100644 (file)
@@ -3,7 +3,7 @@
 There is a {\tt strict} library in Lua, also provided by metalua, which
 complains when one tries to access a global variable which hasn't been
 initialized, and when a global variable is initialized anywhere but at the
-program's top-level. This catches many errors, especially typos on variable
+program's top-level. This catches many errors, especially typos in variable
 names. 
 
 However, with a macro-enabled language, we can do slightly better: we add a {\tt