diff options
| -rw-r--r-- | doc/go1.22.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.22.html b/doc/go1.22.html index ae3ac728e3..b62412a331 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -758,8 +758,8 @@ We plan to include an API migration tool in a future release, likely Go 1.23. <dl id="net/netip"><dt><a href="/pkg/net/netip/">net/netip</a></dt> <dd> <p><!-- https://go.dev/issue/61642 --> - The new <a href="/pkg/net/netip#AddrPort.Compare"><code>AddrPort</code></a> - function compares two <code>AddrPort</code>s. + The new <a href="/pkg/net/netip#AddrPort.Compare"><code>AddrPort.Compare</code></a> + method compares two <code>AddrPort</code>s. </p> </dd> </dl><!-- net/netip --> |
