diff --git a/spec.html b/spec.html
index f850ff43585..a9af25cbf46 100644
--- a/spec.html
+++ b/spec.html
@@ -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.