From d8a71b1149234ee22e276b6edcf2e40049a5863f Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sat, 10 May 2008 07:47:59 -0400 Subject: [PATCH] Fixed some out-of-date comment. --- markdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown.php b/markdown.php index 72d9348..de2976e 100644 --- a/markdown.php +++ b/markdown.php @@ -507,7 +507,7 @@ class Markdown_Parser { # The $boundary argument specify what character should be used to surround # the token. By convension, "B" is used for block elements that needs not # to be wrapped into paragraph tags at the end, ":" is used for elements - # that are word separators and "S" is used for general span-level elements. + # that are word separators and "X" is used in the general case. # # Swap back any tag hash found in $text so we do not have to `unhash` # multiple times at the end.