Skip to content

Commit 314d808

Browse files
committed
edit README
1 parent b9bc656 commit 314d808

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ at the beginning of every internet datagram (more fondly known as a "packet").
6464
```
6565

6666
It is highly unlikely that a developer
67-
would ever need to implement these protocols
68-
(since in Go, the package [`net`](https://pkg.go.dev/net)
69-
supplies types and methods that abstract away low-level details),
67+
would ever need to implement these protocols,
68+
since in Go the standard library package [`net`](https://pkg.go.dev/net)
69+
supplies types and methods that abstract away low-level details,
7070
but they make appropriate illustrations of binary message formats
7171
(and demystify some ubiquitous mechanisms taken for granted).
7272

0 commit comments

Comments
 (0)