Skip to content

Commit 8a3daaa

Browse files
committed
fix(ipv6-zones-go-url): typo
Signed-off-by: Xe Iaso <me@xeiaso.net>
1 parent 899e82f commit 8a3daaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lume/src/notes/2026/ipv6-zones-go-url.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Yields:
8787
fe80::4%eth0
8888
```
8989

90-
In theory, there is guidance for how to properly handle IPv6 zones in user interfaces in [RFC 9884](https://www.rfc-editor.org/rfc/rfc9844.txt)~~, but there's no such guidance for URLs~~. Go also does not seem to follow this RFC in [net/url](https://pkg.go.dev).
90+
In theory, there is guidance for how to properly handle IPv6 zones in user interfaces in [RFC 9844](https://www.rfc-editor.org/rfc/rfc9844.txt)~~, but there's no such guidance for URLs~~. Go also does not seem to follow this RFC in [net/url](https://pkg.go.dev).
9191

9292
<Conv name="Cadey" mood="coffee">
9393
EDIT: It seems that this behaviour is compliant with [RFC 6874](https://www.rfc-editor.org/rfc/rfc6874.html) and that this is in fact how it is meant to be done.

0 commit comments

Comments
 (0)