summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-29 18:46:34 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-29 18:46:34 -0400
commit3edeeca6e94b4e812b4ff078cf92f3178436daa3 (patch)
treeddc2b3b0a8ed5d63e1636cad2e4afeddded1f41e
parentc41b35300955a4cc91848de64c94d56ede2516a9 (diff)
changelog: fix typo
-rw-r--r--CHANGELOG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0be2ff0a..c0fb04b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,9 +18,8 @@ format.
* The match semantics of `-w/--word-regexp` have changed slightly. They used
to be `\b(?:<your pattern>)\b`, but now it's
`(?:^|\W)(?:<your pattern>)(?:$|\W)`. This matches the behavior of GNU grep
- and is believe to be closer to the intended semantics of the flag.
- See [#389](https://github.com/BurntSushi/ripgrep/issues/389) for more
- details.
+ and is believed to be closer to the intended semantics of the flag. See
+ [#389](https://github.com/BurntSushi/ripgrep/issues/389) for more details.
Feature enhancements: