Skip to content

Commit 9d65def

Browse files
committed
move "is" out of the def
1 parent 2b149ba commit 9d65def

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ A {{FileSystemHandle}} object is associated with a <dfn for=FileSystemHandle exp
297297
Note: Multiple {{FileSystemHandle}} objects can have
298298
[=the same locator as|the same=] [=/file system locator=].
299299

300-
A {{FileSystemHandle}}
301-
<dfn for=FileSystemHandle export>is in an origin private file system</dfn>
300+
A {{FileSystemHandle}} is
301+
<dfn for=FileSystemHandle export>in an origin private file system</dfn>
302302
if the first [=list/item=] of its [=FileSystemHandle/locator=]'s
303303
[=file system locator/path=] is the empty string.
304304

@@ -549,8 +549,8 @@ The <dfn method for=FileSystemFileHandle>createWritable(|options|)</dfn> method
549549
The returned {{FileSystemSyncAccessHandle}} offers synchronous methods. This allows for higher performance
550550
on contexts where asynchronous operations come with high overhead, e.g., WebAssembly.
551551

552-
For the time being, this method will only succeed when the |fileHandle|
553-
[=FileSystemHandle/is in an origin private file system=].
552+
For the time being, this method will only succeed when the |fileHandle| is
553+
[=FileSystemHandle/in an origin private file system=].
554554
</div>
555555

556556
<div algorithm>
@@ -559,7 +559,7 @@ The <dfn method for=FileSystemFileHandle>createSyncAccessHandle()</dfn> method s
559559
1. Let |result| be [=a new promise=].
560560
1. Let |locator| be [=this=]'s [=FileSystemHandle/locator=].
561561
1. Let |isInOriginPrivateFileSystem| be whether
562-
[=this=] [=FileSystemHandle/is in an origin private file system=].
562+
[=this=] is [=FileSystemHandle/in an origin private file system=].
563563
1. Run these steps [=in parallel=]:
564564
1. Let |entry| be the result of [=locating an entry=] given |locator|.
565565
1. Let |access| be the result of running |entry|'s

0 commit comments

Comments
 (0)