Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b156e3

Browse files
willfaughtgopherbot
authored andcommitted
_content/doc/go1.25: fix typo
Change-Id: Iddc8c546f47c369672e1ca2e4bf26be95d0b1db3 GitHub-Last-Rev: 57c6ae6 GitHub-Pull-Request: #328 Reviewed-on: https://go-review.googlesource.com/c/website/+/696055 Reviewed-by: David Chase <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 9cc392e commit 9b156e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/doc/go1.25.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ However, name servers in practice do sometimes return IP addresses.
519519
On Windows, [`ListenMulticastUDP`](/pkg/net#ListenMulticastUDP) now supports IPv6 addresses.
520520

521521
On Windows, it is now possible to convert between an [`os.File`](/pkg/os#File)
522-
and a network connection. Specifcally, the [`FileConn`](/pkg/net#FileConn),
522+
and a network connection. Specifically, the [`FileConn`](/pkg/net#FileConn),
523523
[`FilePacketConn`](/pkg/net#FilePacketConn), and
524524
[`FileListener`](/pkg/net#FileListener) functions are now implemented, and
525525
return a network connection or listener corresponding to an open file.

0 commit comments

Comments
 (0)