]> git.lizzy.rs Git - metalua.git/blobdiff - doc/manual/dollar-ref.tex
spelling fixes to the documentation
[metalua.git] / doc / manual / dollar-ref.tex
index bb5054a6a50c7111a1ec458a4bda4f6dfe176a1c..919112d71792186374b522b4649d9a70354624ba 100644 (file)
@@ -2,7 +2,7 @@
 When you write a short-lived macro which takes reasonably short arguments, you
 generally don't want to write a supporting syntax for it. The dollar library
 allows you to call it in a generic way: if you store your macro in the table
-{\tt mlp.macros}, say as function {\tt mlp.macros.foobar}, then you can call it
+{\tt mlp.macros}, say as function {\tt mlp.macros.foobar}, then you can call it
 in your code as {\tt\$foobar(arg1, arg2...)}: it will receive as parameters the
 ASTs of the pseudo-call's arguments.