Skip to content

Commit

Permalink
Applied the fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshisatoyanagisawa committed Feb 28, 2024
1 parent e2631be commit 3847bc6
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 @@ -499,7 +499,7 @@ A <dfn>component</dfn> is a [=struct=] with the following [=struct/items=]:
1. Set |baseURL| to the result of [=URL parser|parsing=] |baseURLString|.
1. If |baseURL| is failure, return null.
1. [=list/Append=] |baseURLString| to |inputs|.
1. Set |url| be the result of [=URL parser|parsing=] |input| given |baseURL|.
1. Set |url| to the result of [=URL parser|parsing=] |input| given |baseURL|.
1. If |url| is failure, return null.
1. [=Assert=]: |url| is a [=/URL=].
1. Set |protocol| to |url|'s [=url/scheme=].
Expand Down

0 comments on commit 3847bc6

Please sign in to comment.