diff --git a/docs/index.html b/docs/index.html index b90290c..257b5cd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,6 +1,6 @@
-When the difference
method is called, the following steps are taken:
When the except
method is called, the following steps are taken:
The length
property of the union
method is
The length
property of the except
method is
When the symmetricDifference
method is called, the following steps are taken:
When the xor
method is called, the following steps are taken:
The length
property of the symmetricDifference
method is
The length
property of the xor
method is
When the `difference` method is called, the following steps are taken:
+When the `except` method is called, the following steps are taken:
The `length` property of the `union` method is *1*.
+The `length` property of the `except` method is *1*.
diff --git a/spec/set-prototype-symmetric-difference.html b/spec/set-prototype-symmetric-difference.html index 827af88..301fc53 100644 --- a/spec/set-prototype-symmetric-difference.html +++ b/spec/set-prototype-symmetric-difference.html @@ -1,4 +1,4 @@ -When the `symmetricDifference` method is called, the following steps are taken:
+When the `xor` method is called, the following steps are taken:
The `length` property of the `symmetricDifference` method is *1*.
+The `length` property of the `xor` method is *1*.