Skip to content

Commit

Permalink
in the any binding, link to DOMString in a way more consistent with a…
Browse files Browse the repository at this point in the history
…djacent links
  • Loading branch information
jeremyroman committed Dec 19, 2023
1 parent 8da0c1a commit ce98ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7075,7 +7075,7 @@ JavaScript value type.
return the result of <a href="#js-to-bigint">converting</a> |V|
to a {{bigint}}.
1. If <a abstract-op>Type</a>(|V|) is String, then
return the result of <a href="#js-DOMString">converting</a> |V|
return the result of <a href="#js-to-DOMString">converting</a> |V|
to a {{DOMString}}.
1. If <a abstract-op>Type</a>(|V|) is Symbol, then
return the result of <a href="#js-symbol">converting</a> |V|
Expand Down

0 comments on commit ce98ff4

Please sign in to comment.