diff --git a/spec.html b/spec.html
index e5712e9..d3d98b2 100644
--- a/spec.html
+++ b/spec.html
@@ -21,6 +21,30 @@
Introduction
Control Abstraction Objects
+
+
+ Iteration
+
+
+ Iterator Abstract Operations
+
+
+ IfAbruptCloseAsyncIterator ( _value_, _iteratorRecord_ )
+ IfAbruptCloseAsyncIterator is a shorthand for a sequence of algorithm steps that use an Iterator Record. An algorithm step of the form:
+
+ 1. IfAbruptCloseAsyncIterator(_value_, _iteratorRecord_).
+
+ means the same thing as:
+
+ 1. If _value_ is an abrupt completion, then
+ 1. Perform ? AsyncIteratorClose(_iteratorRecord_, _value_).
+ 1. Return _value_.
+ 1. Else if _value_ is a Completion Record, set _value_ to _value_.[[Value]].
+
+
+
+
+
AsyncFunction Objects
@@ -63,10 +87,8 @@
-
-
-
+
Indexed Collections