diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ Here are the differences to be aware of: produce a `<TABLE>` tag in upper case, whereas `:table` will produce `<table>`. They are different symbols. Thus it is possible to control case on a case by case basis, no pun intended. If the - *upcase-tokens-p*` variable is bound to `t`, then both will + `*upcase-tokens-p*` variable is bound to `t`, then both will produce `<TABLE>`. * All of the elaborate HTML escaping support featured in CL-WHO is |