diff --git a/docs/section-2-using-parsers.md b/docs/section-2-using-parsers.md index 2b5e04b8..266ed2a7 100644 --- a/docs/section-2-using-parsers.md +++ b/docs/section-2-using-parsers.md @@ -706,7 +706,7 @@ Here's an example finding potential documentation comments in C ```scheme ((comment)+ @comment.documentation - (#match? @comment.documentation "^///\s+.*")) + (#match? @comment.documentation "^///\\s+.*")) ``` Here's another example finding Cgo comments to potentially inject with C