Skip to content

Commit

Permalink
Update spec.bs
Browse files Browse the repository at this point in the history
Co-authored-by: Domenic Denicola <d@domenic.me>
  • Loading branch information
yoshisatoyanagisawa and domenic authored Feb 28, 2024
1 parent 1e9b190 commit e2631be
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 @@ -501,7 +501,7 @@ A <dfn>component</dfn> is a [=struct=] with the following [=struct/items=]:
1. [=list/Append=] |baseURLString| to |inputs|.
1. Set |url| be the result of [=URL parser|parsing=] |input| given |baseURL|.
1. If |url| is failure, return null.
1. [=Assert=]: |url| is [=/url=]
1. [=Assert=]: |url| is a [=/URL=].
1. Set |protocol| to |url|'s [=url/scheme=].
1. Set |username| to |url|'s [=url/username=].
1. Set |password| to |url|'s [=url/password=].
Expand Down

0 comments on commit e2631be

Please sign in to comment.