tmac/fallbacks.tmac: Fix misleading comment.

This commit is contained in:
G. Branden Robinson 2024-09-03 03:27:34 -05:00
parent 13866fdf0b
commit c4e1d2afa0

View File

@ -35,7 +35,7 @@
.\" next unless (defined ($u) && $u >= 0x2160 && $u <= 0x217F);
.\" if (/^\s+#\s+([[:xdigit:][:blank:]]+)(\s.*)?$/) {
.\" ## NB: may make sense to map to \[uXXXX]'s instead
.\" printf (".fchar \\[u%04x] %s\n", $u,
.\" printf (".fchar \\[u%04X] %s\n", $u,
.\" pack ("U*", map { oct ("0x" . $_); } split (/ /, $1)));
.\" $u = undef;
.\" }