commit | 75bc8ba0d7d445bd85ba0f3d79d355d46704bb81 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Dec 02 04:42:58 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Dec 02 04:42:58 2002 +0000 |
tree | 4484fb9babd0a59ac178727826d479f68153822a | |
parent | 491427dfe1403506e522d7a61a71020be2c3e6e1 [diff] [blame] |
Fix SF # 646578, Documentation Typo
diff --git a/Doc/ext/embedding.tex b/Doc/ext/embedding.tex index 3510e18..3c48c9d 100644 --- a/Doc/ext/embedding.tex +++ b/Doc/ext/embedding.tex
@@ -155,7 +155,7 @@ then the result should be: \begin{verbatim} -$ call multiply 3 2 +$ call multiply multiply 3 2 Will compute 3 times 2 Result of call: 6 \end{verbatim} % $