Skip to content

Commit

Permalink
Editorial: Correct a "set" to "let"
Browse files Browse the repository at this point in the history
This use introduces the variable, so it must be "set" (and grammatically
it didn't make sense before, so this is merely a typo).
  • Loading branch information
jeremyroman committed Jan 8, 2025
1 parent 807258f commit 0d77ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ To <dfn>parse a pattern string</dfn> given a [=/pattern string=] |input|, [=/opt
</dl>
</div>
1. If |open token| is not null:
1. Set |prefix| be the result of running [=consume text=] given |parser|.
1. Let |prefix| be the result of running [=consume text=] given |parser|.
1. Set |name token| to the result of running [=try to consume a token=] given |parser| and "<a for=token/type>`name`</a>".
1. Set |regexp or wildcard token| to the result of running [=try to consume a regexp or wildcard token=] given |parser| and |name token|.
1. Let |suffix| be the result of running [=consume text=] given |parser|.
Expand Down

0 comments on commit 0d77ad4

Please sign in to comment.