Skip to content

Commit

Permalink
Correct branching in estimate()
Browse files Browse the repository at this point in the history
Also replace "substeps" with "steps" as we no longer make that distinction per Infra discussion.

Fixes #57.
  • Loading branch information
annevk committed Jan 7, 2018
1 parent ef1b6ba commit 22bc13d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions storage.bs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ these steps:
{{TypeError}}.

<li>
<p>Otherwise, run these substeps <a>in parallel</a>:
<p>Otherwise, run these steps <a>in parallel</a>:

<ol>
<li>
Expand Down Expand Up @@ -278,7 +278,7 @@ steps:
{{TypeError}}.

<li>
<p>Otherwise, run these substeps <a>in parallel</a>:
<p>Otherwise, run these steps <a>in parallel</a>:

<ol>
<li>
Expand Down Expand Up @@ -324,7 +324,7 @@ must run these steps:
{{TypeError}}.

<li>
<p>Run these substeps <a>in parallel</a>:
<p>Otherwise, run these steps <a>in parallel</a>:

<ol>
<li><p>Let <var>usage</var> be <a>site storage usage</a> for <var>origin</var>.
Expand Down

0 comments on commit 22bc13d

Please sign in to comment.