Skip to content

Commit

Permalink
Editorial: Don't use dot access on lock release
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sully committed Jan 12, 2023
1 parent c482c69 commit 7aa5fda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -808,11 +808,12 @@ in a [=/Realm=] |realm|, run these steps:
Note: It is expected that this atomically updates the contents of the file on disk
being written to.

1. [=file entry/lock/release|Release the lock=] on |stream|.[=FileSystemWritableFileStream/[[file]]=].
1. [=file entry/lock/release|Release the lock=] on |stream|'s
[=FileSystemWritableFileStream/[[file]]=].
1. [=/Resolve=] |closeResult| with `undefined`.
1. Return |closeResult|.
1. Let |abortAlgorithm| be this step: [=file entry/lock/release|release the lock=] on
|stream|.[=FileSystemWritableFileStream/[[file]]=].
|stream|'s [=FileSystemWritableFileStream/[[file]]=].
1. Let |highWaterMark| be 1.
1. Let |sizeAlgorithm| be an algorithm that returns `1`.
1. [=WritableStream/Set up=] |stream| with <a for="WritableStream/set up"><var
Expand Down

0 comments on commit 7aa5fda

Please sign in to comment.