From f7f189d7b6490db90af474b363367aac6427208b Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Fri, 16 Jun 2023 16:28:44 -0400 Subject: [PATCH] Change 2x "which" -> "that" ... because the usage is restrictive. --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 3a92543f3e1..fe0a16798d4 100644 --- a/spec.html +++ b/spec.html @@ -36384,7 +36384,7 @@

1. Let _m1_ be CharacterSetMatcher(_rer_, _cs1_, *false*, _direction_). 1. Set _m2_ to MatchSequence(_m1_, _m2_, _direction_). 1. Append _m2_ to _lm_. - 1. Let _singles_ be the CharSet containing every CharSetElement of _cs_ which consists of a single character. + 1. Let _singles_ be the CharSet containing every CharSetElement of _cs_ that consists of a single character. 1. Append CharacterSetMatcher(_rer_, _singles_, *false*, _direction_) to _lm_. 1. If _cs_ contains the empty sequence of characters, append EmptyMatcher() to _lm_. 1. Let _m2_ be the last Matcher in _lm_. @@ -36455,7 +36455,7 @@

1. Let _m1_ be CharacterSetMatcher(_rer_, _cs1_, *false*, _direction_). 1. Set _m2_ to MatchSequence(_m1_, _m2_, _direction_). 1. Append _m2_ to _lm_. - 1. Let _singles_ be the CharSet containing every CharSetElement of _cs_ which consists of a single character. + 1. Let _singles_ be the CharSet containing every CharSetElement of _cs_ that consists of a single character. 1. Append CharacterSetMatcher(_rer_, _singles_, *false*, _direction_) to _lm_. 1. If _cs_ contains the empty sequence of characters, append EmptyMatcher() to _lm_. 1. Let _m2_ be the last Matcher in _lm_.