diff options
author | Michael Pratt <mpratt@google.com> | 2021-08-13 11:44:15 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-08-13 11:46:59 -0700 |
commit | a7b59445db6b76611ea384659cff8f0dfa75cb00 (patch) | |
tree | b5ada451bae6a31894605ca20d1c2496911abad8 | |
parent | ed89602161fc8ca1f0dc425873d27e5b7ac2ed4a (diff) |
Fix minor typo
PiperOrigin-RevId: 390659097
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42822f1c6..8790f4a2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,8 +65,8 @@ Rules: * Itself. * Go standard library. - * Except (transitively) package "net" (this will result in a non-cgo - binary). Use `//pkg/unet` instead. + * Except (transitively) package "net", which would result in a cgo + binary. Use `//pkg/unet` instead. * `@org_golang_x_sys//unix:go_default_library` (Go import `golang.org/x/sys/unix`). * `@org_golang_x_time//rate:go_default_library` (Go import |