From 617d27ec92243820bdd0fa2c39857b3d0b959f45 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Fri, 27 Dec 2024 21:21:57 -0600 Subject: [PATCH] Tweak comment --- lib/Formatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Formatter.php b/lib/Formatter.php index 33c5f7c2..52270e19 100644 --- a/lib/Formatter.php +++ b/lib/Formatter.php @@ -97,7 +97,7 @@ class Formatter{ } /** - * Convert a string of Markdown into HTML. + * Convert a string of Markdown into an HTML fragment. */ public static function MarkdownToHtml(?string $text): string{ if(!isset(Formatter::$_MarkdownParser)){