8000 Editorial: minor improvement in reading flow · fernandogpe86-max/storage@00b9e84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00b9e84

Browse files
authored
Editorial: minor improvement in reading flow
1 parent 9c83296 commit 00b9e84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

storage.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ function retrieveNextChunk(nextChunkInfo) {
112112
<h2 id=model>Model</h2>
113113

114114
<p>Standards defining local or session storage APIs will define a <a>storage endpoint</a> and
115-
<a lt="registered storage endpoints">register</a> it by changing this standard. They will use either
116-
<a>obtain a local storage bottle map</a> or <a>obtain a session storage bottle map</a>, which
117-
will give them:
115+
<a lt="registered storage endpoints">register</a> it by changing this standard. They will invoke
116+
either the <a>obtain a local storage bottle map</a> or the
117+
<a>obtain a session storage bottle map</a> algorithm, which will give them:
118118

119119
<ul>
120120
<li><p>Failure, which might mean the API has to throw or otherwise indicate there is no storage

0 commit comments

Comments
 (0)
0