Skip to content

Commit

Permalink
Fix wording #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuishii authored Mar 3, 2023
1 parent df38c1e commit 48c841e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ The <dfn method for="StorageBucket">persist()</dfn> method steps are:

1. Let |bucket| be [=this=]'s [=/storage bucket=].

1. If |bucket|'s [=storage bucket/removed=] is true, [=reject=] |p| with {{InvalidStateError}}.
1. If |bucket|'s [=storage bucket/removed=] flag is true, [=reject=] |p| with {{InvalidStateError}}.

1. If |bucket|'s [=bucket mode=] is `"persistent"`, [=/resolve=] |p| with true.

Expand All @@ -317,7 +317,7 @@ The <dfn method for="StorageBucket">persisted()</dfn> method steps are:

1. Let |bucket| be [=this=]'s [=/storage bucket=].

1. If |bucket|'s [=storage bucket/removed=] is true, then [=reject=] |p| with an {{InvalidStateError}}.
1. If |bucket|'s [=storage bucket/removed=] flag is true, then [=reject=] |p| with an {{InvalidStateError}}.

1. Otherwise,

Expand Down

0 comments on commit 48c841e

Please sign in to comment.