From 4831a466e647640533cc899cc9123c4175a41747 Mon Sep 17 00:00:00 2001 From: Ankur Sundara Date: Tue, 25 Jul 2017 20:29:19 -0400 Subject: [PATCH] Fix lookaround link in Table of Contents (#3) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 865c1be..8d56f86 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ contains uppercase letter and also it is too short. - [Caret](#281-caret) - [Dollar](#282-dollar) - [Shorthand Character Sets](#3-shorthand-character-sets) -- [Lookaround](#4-ookaround) +- [Lookaround](#4-lookaround) - [Positive Lookahead](#41-positive-lookahead) - [Negative Lookahead](#42-negative-lookahead) - [Positive Lookbehind](#43-positive-lookbehind)