From cfdbf6c7397e6e7bd463faa0c9e19bb5e4c8f98e Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Wed, 7 Feb 2024 11:33:58 -0500 Subject: [PATCH] Fix typo --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index 405a2bd..d848061 100644 --- a/Changes +++ b/Changes @@ -15,7 +15,7 @@ Revision history for Perl extension Text-Markup. legacy `asciidoc` command. Text::Markdown will not use this formatter by default, but when explicitly loaded will be used instead of Text::Markup::Asciidoc. - - Added Text::Markdown::CommonMark, which uses the cmark library, via the + - Added Text::Markup::CommonMark, which uses the cmark library, via the CommonMark module. Text::Markdown will not use this formatter by default, but when explicitly loaded will be used instead of Text::Markup::Markdown.