Skip to content

Commit 464fe15

Browse files
Remove incorrect comment (added by copilot)
Signed-off-by: James Ball <jameball@qti.qualcomm.com>
1 parent e277e75 commit 464fe15

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/create_normative_rules.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,6 @@ def continuous_format_pattern(text, delimiter, &block)
642642
# Convert formatting within already-captured content.
643643
# This processes unconstrained (double delimiters) first, then constrained (single delimiters),
644644
# which is an order based on delimiter type, not on innermost-to-outermost nesting.
645-
# True nesting is not supported; for example, *_foo_* will not become <b><i>foo</i></b>.
646645
def convert_nested(text)
647646
result = text.dup
648647
# Process unconstrained first (double delimiters)

0 commit comments

Comments
 (0)