Skip to content

Commit 8b22b55

Browse files
Typo
1 parent c82ff67 commit 8b22b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/GUIDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ If you mean to match them literally, escape them:
194194
| `[value]` | `\[value\]` | `[` and `]` start/end a character class |
195195
| `(test)` | `\(test\)` | `(` and `)` begin/end a group |
196196
| Markdown link `[t](u)` | `(\[[^]]*\]\([^)]*\))` | Matches `[text](url)` without crossing `]` or `)` |
197+
197198
---
198199

199200
### 5. Use Non-Capturing Groups

0 commit comments

Comments
 (0)