Fix header anchor link

This commit is contained in:
Zeeshan Ahmad 2019-07-04 15:00:13 +04:00 committed by GitHub
commit 2258b7ec4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,7 +310,7 @@ within parenthesis `(...)`. For example, the regular expression `(?:c|g|p)ar` is
Non-capturing groups can come in handy when used in find-and-replace functionality or Non-capturing groups can come in handy when used in find-and-replace functionality or
when mixed with capturing groups to keep the overview when producing any other kind of output. when mixed with capturing groups to keep the overview when producing any other kind of output.
See also [4. Lookaround](# 4. Lookaround). See also [4. Lookaround](#4-lookaround).
## 2.6 Alternation ## 2.6 Alternation