diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-06-03 11:34:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-06-03 11:34:25 -0700 |
commit | 1f120d3238798798e71b1e07466a64eb06473b49 (patch) | |
tree | 72501ce56fd961151eb0d4f273b195f888906cfd | |
parent | 301f101d496813e807efe5dd029e6b8df5a1b0e7 (diff) | |
download | tl-who-1f120d3238798798e71b1e07466a64eb06473b49.tar.gz tl-who-1f120d3238798798e71b1e07466a64eb06473b49.tar.bz2 tl-who-1f120d3238798798e71b1e07466a64eb06473b49.zip |
README: fix closing backtick without opening backtick.
-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 |