From b2211d5c14c26c88d9f34a43ed77894d73fef48b Mon Sep 17 00:00:00 2001 From: Nuri Jung Date: Thu, 2 Jul 2020 00:52:19 +0900 Subject: [PATCH] Remove unnecessary trailing words --- docs/highlighters/regexp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/highlighters/regexp.md b/docs/highlighters/regexp.md index 62f1879..fd95d5c 100644 --- a/docs/highlighters/regexp.md +++ b/docs/highlighters/regexp.md @@ -36,7 +36,7 @@ the zsh builtin `$zle_highlight` array, which is documented in [the `zshzle(1)` manual page][zshzle-Character-Highlighting]. See also: [regular expressions tutorial][perlretut], zsh regexp operator `=~` -in [the `zshmisc(1)` manual page][zshmisc-Conditional-Expressions], GNU +in [the `zshmisc(1)` manual page][zshmisc-Conditional-Expressions] [POSIX_ERE]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04 [zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting