From f7e4c53376f90651a656bbbd098aada82d064fe7 Mon Sep 17 00:00:00 2001 From: Tom McAndrew <42588609+tommcandrew@users.noreply.github.com> Date: Tue, 10 Mar 2020 17:17:18 +0000 Subject: [PATCH] Make section 4 titles singular --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 75d0639..4ac6e0f 100644 --- a/README.md +++ b/README.md @@ -77,10 +77,10 @@ letter and also it is too short. - [The Dollar Sign](#282-the-dollar-sign) - [Shorthand Character Sets](#3-shorthand-character-sets) - [Lookarounds](#4-lookarounds) - - [Positive Lookaheads](#41-positive-lookaheads) - - [Negative Lookaheads](#42-negative-lookaheads) - - [Positive Lookbehinds](#43-positive-lookbehinds) - - [Negative Lookbehinds](#44-negative-lookbehinds) + - [Positive Lookahead](#41-positive-lookahead) + - [Negative Lookahead](#42-negative-lookahead) + - [Positive Lookbehind](#43-positive-lookbehind) + - [Negative Lookbehind](#44-negative-lookbehind) - [Flags](#5-flags) - [Case Insensitive](#51-case-insensitive) - [Global Search](#52-global-search) @@ -435,7 +435,7 @@ expressions: |?<=|Positive Lookbehind| |?