Skip to content

Commit 8620aa0

Browse files
authored
Meta: escape space in issue link template URL
1 parent 5abad96 commit 8620aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6599,7 +6599,7 @@ It would not be appropriate to accept such a union, only to then convert values
65996599
[=numeric type=] to a {{bigint}} for further processing, as this runs the risk of introducing
66006600
precision errors.
66016601
Please
6602-
<a href="https://github.com/heycam/webidl/issues/new?title=Intent%20to%20use%20bigint/numeric union">file an issue</a>
6602+
<a href="https://github.com/heycam/webidl/issues/new?title=Intent%20to%20use%20bigint/numeric%20union">file an issue</a>
66036603
before using this feature.
66046604
</p>
66056605

0 commit comments

Comments
 (0)