projects
/
mudman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
875775f
)
debugging.md: Correct typo in Appendix B
author
Jason Self
<j@jxself.org>
Sun, 10 Dec 2017 04:27:03 +0000
(20:27 -0800)
committer
Jason Self
<j@jxself.org>
Sun, 10 Dec 2017 04:27:03 +0000
(20:27 -0800)
md/debugging.md
patch
|
blob
|
history
diff --git
a/md/debugging.md
b/md/debugging.md
index b1ae6406d8fe27aa54f5b34075d1b7953069c28e..eb40e6bb35f74dc2c39e1531d0e268523c4334a9 100644
(file)
--- 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 i
nc
lement MEND.
+Muddle: An applicative programming language used to i
mp
lement MEND.
MEND: Muddle Executor, aNalyzer, and Debugger. The subject of this
report.