From: Jason Self Date: Sun, 10 Dec 2017 04:27:03 +0000 (-0800) Subject: debugging.md: Correct typo in Appendix B X-Git-Url: https://jxself.org/git/?p=mudman.git;a=commitdiff_plain;h=df88bb50c4103180befbfd44d7f12710b589d17f debugging.md: Correct typo in Appendix B --- diff --git a/md/debugging.md b/md/debugging.md index b1ae640..eb40e6b 100644 --- a/md/debugging.md +++ b/md/debugging.md @@ -1520,7 +1520,7 @@ LVAL: A built-in Muddle function that returns the local value of a given ATOM. The local value is that which was last bound to the ATOM In the current ENVIRONMENT. -Muddle: An applicative programming language used to inclement MEND. +Muddle: An applicative programming language used to implement MEND. MEND: Muddle Executor, aNalyzer, and Debugger. The subject of this report.