From 94c8e6e7dd0c932eeaa84c032e22772c3965479e Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 4 Jun 2021 22:54:05 -0700 Subject: [PATCH] Markdown.pl: wordsmith a help comment Clean up a little bit of awkward english in the help. Signed-off-by: Kyle J. McKay --- Markdown.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Markdown.pl b/Markdown.pl index 0d4385c..8154247 100755 --- a/Markdown.pl +++ b/Markdown.pl @@ -4773,7 +4773,7 @@ been stripped by B<--strip-comments-lax> but would have had its leading C<< < >> escaped automatically by the default B<--no-strip-comments> mode (because it's not a strictly valid XML comment), then it will be stripped by this mode. -This option avoids ugly invalid XML comments from slipping through into the +This option prevents ugly invalid XML comments from slipping through into the output as escaped plain text while still passing through valid XML comments without stripping them.