Skip to content

Commit

Permalink
Editorial: Put asterisks around 'true'
Browse files Browse the repository at this point in the history
(From PR tc39#1716)
  • Loading branch information
jmdyck committed Oct 5, 2019
1 parent 42e2fcc commit 1cc3655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Expand Up @@ -29715,7 +29715,7 @@ <h1>String.prototype.matchAll ( _regexp_ )</h1>
1. Let _O_ be ? RequireObjectCoercible(*this* value).
1. If _regexp_ is neither *undefined* nor *null*, then
1. Let _isRegExp_ be ? IsRegExp(_regexp_).
1. If _isRegExp_ is true, then
1. If _isRegExp_ is *true*, then
1. Let _flags_ be ? Get(_regexp_, *"flags"*).
1. Perform ? RequireObjectCoercible(_flags_).
1. If ? ToString(_flags_) does not contain *"g"*, throw a *TypeError* exception.
Expand Down

0 comments on commit 1cc3655

Please sign in to comment.