commit 62330de9432e0cdcb7c8778d42b50b6064e1c039
parent 45d02994aecbf841d4d0bf6b0ceb5d685832f1d6
Author: Robin <kroekerrobin@gmail.com>
Date: Mon, 21 Nov 2022 16:17:29 +0000
Correct documentation
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/htex.1 b/htex.1
@@ -23,7 +23,7 @@ If \fI\,attribute_name\/\fR starts with a dot (.) then
the following characters will be taken as the class name
of a tag. If \fI\,attribute_name\/\fR starts with a hashtag (#)
the following characters will be taken as the id name of a tag.
-If \fI\,attribute_name\/\fR is neither a dot nor a hashtag it
+If \fI\,attribute_name\/\fR starts neither with a dot nor a hashtag it
will be taken as a tag name.
.TP
\fB\,-i\/\fR, \fB\,--innerhtml\/\fR
@@ -42,4 +42,4 @@ htex -a span test.html
htex --innerhtml --attribute "#container" test.html
-htex -e -a ".unnecessary-class" test.html
-\ No newline at end of file
+htex -e -a ".unnecessary-class" test.html