Skip to content

Commit 20064b2

Browse files
route: fix doc string
1 parent 9c9e4d9 commit 20064b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

route/example_darwin_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
"golang.org/x/sys/unix"
1515
)
1616

17+
// This example demonstrates how to parse a response to RTM_GET request.
1718
func ExampleParseRIB() {
18-
// This example demonstrates how to parse a response to RTM_GET request.
1919
fd, err := unix.Socket(unix.AF_ROUTE, unix.SOCK_RAW, unix.AF_UNSPEC)
2020
if err != nil {
2121
return

0 commit comments

Comments
 (0)