From 3edeeca6e94b4e812b4ff078cf92f3178436daa3 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 29 Aug 2018 18:46:34 -0400 Subject: [PATCH] changelog: fix typo --- CHANGELOG.md | 5 ++--- 1 file 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(?:)\b`, but now it's `(?:^|\W)(?:)(?:$|\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: