Skip to content

Commit

Permalink
docs: refine comments section in writing patterns for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Dec 10, 2024
1 parent e8290ac commit eaee946
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/writing-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ This regex identifies HTML tags with inline event handlers, which are often used

### Comments in pattern file

Here’s an improved version of the comments section:

#### Comments

- A comment line begins with `//`.
- Anything written after the `//` is treated as a comment and can be any text you like.
- Comments are ignored by the interpreter and do not affect the execution of the code.

0 comments on commit eaee946

Please sign in to comment.