Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fbb-git committed Jun 3, 2017
1 parent bf60c61 commit 9d24772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yodl/manual/userguide/builtin/eval.yo
Expand Up @@ -42,7 +42,7 @@ inserted into the input stream em(in lieu of) the original tt(EVAL) call.

Most built-in functions do em(not) evaluate their arguments. In fact, only
tt(ERROR, EVAL, FPUTS, INTERNALINDEX, PUSHSUBST, TYPEOUT, UPPERCASE, WARNING)
and the interally used tt(XXSUBST) functions evaluate their arguments.
and the iinternally used tt(XXSUBST) functions evaluate their arguments.

Postponing evaluations allows you to write:
verb(
Expand Down
2 changes: 1 addition & 1 deletion yodl/manual/userguide/builtin/noexpand.yo
Expand Up @@ -3,7 +3,7 @@ expanded by Yodl (the other methods are the tt(CHAR) macro, see section
ref(CHAR), and the tt(NOTRANS) macro, see section ref(NOTRANS)). tt(NOEXPAND)
takes one parameter list, the text in question. Whatever occurs in the
argument is not subject to parsing or expansion by Yodl, but is simply copied
to the output file (except for tt(CHAR) and (interally used) tt(XXSUBST)
to the output file (except for tt(CHAR) and (iinternally used) tt(XXSUBST)
functions in the argument, which em(are) expanded. If tt(CHAR)-expansion is
not required either lref(NOTRANS)(NOTRANS) can be used).

Expand Down

0 comments on commit 9d24772

Please sign in to comment.