Skip to content

Commit e1833e0

Browse files
domenicannevk
andauthored
Apply suggestions from code review
Co-authored-by: Anne van Kesteren <[email protected]>
1 parent a4a4fe4 commit e1833e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5306,15 +5306,15 @@ null.
53065306

53075307
1. Set [=this=]'s [=DOMException/message=] to |message|.
53085308

5309-
1. If |options|["{{QuotaExceededErrorOptions/quota}}"] is present, then:
5309+
1. If |options|["{{QuotaExceededErrorOptions/quota}}"] is present:
53105310

53115311
1. If |options|["{{QuotaExceededErrorOptions/quota}}"] is less than 0, then throw a
53125312
{{RangeError}}.
53135313

53145314
1. Set [=this=]'s [=QuotaExceededError/quota=] to
53155315
|options|["{{QuotaExceededErrorOptions/quota}}"].
53165316

5317-
1. If |options|["{{QuotaExceededErrorOptions/requested}}"] is present, then:
5317+
1. If |options|["{{QuotaExceededErrorOptions/requested}}"] is present:
53185318

53195319
1. If |options|["{{QuotaExceededErrorOptions/requested}}"] is less than 0, then throw a
53205320
{{RangeError}}.

0 commit comments

Comments
 (0)