diff --git a/spec.html b/spec.html index 14eb46a..5f8cbd2 100644 --- a/spec.html +++ b/spec.html @@ -120,7 +120,6 @@

1. Let _nextMethod_ be ? Get(_obj_, `"next"`). - 1. If IsCallable(_nextMethod_) is *false*, throw a *TypeError* exception. 1. Let _iteratorRecord_ be Record { [[Iterator]]: _obj_, [[NextMethod]]: _nextMethod_, [[Done]]: *false* }. 1. Return _iteratorRecord_.