aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-06-03 11:34:25 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-06-03 11:34:25 -0700
commit1f120d3238798798e71b1e07466a64eb06473b49 (patch)
tree72501ce56fd961151eb0d4f273b195f888906cfd
parent301f101d496813e807efe5dd029e6b8df5a1b0e7 (diff)
downloadtl-who-1f120d3238798798e71b1e07466a64eb06473b49.tar.gz
tl-who-1f120d3238798798e71b1e07466a64eb06473b49.tar.bz2
tl-who-1f120d3238798798e71b1e07466a64eb06473b49.zip
README: fix closing backtick without opening backtick.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c3021b..555b95e 100644
--- a/README.md
+++ b/README.md
@@ -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