diff options
| author | Rob Pike <r@golang.org> | 2016-10-25 19:19:39 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2016-10-26 16:11:07 +0000 |
| commit | f9027d61ab48154e4cb29c50e356a3f462840e01 (patch) | |
| tree | e00776c4f9ec99b0fe8248f97d4a2a02c93549f9 /src/testing/quick/quick.go | |
| parent | cec84f7309f9ae962a326d60f19c9c7881749012 (diff) | |
| download | go-f9027d61ab48154e4cb29c50e356a3f462840e01.tar.xz | |
all: freeze net/rpc and reword the 'frozen' message in other frozen packages
Make the messages grammatically korrect and consistent.
Fixes #16844
Change-Id: I7c137b4dc25c0c875ed07b0c64c67ae984c39cbc
Reviewed-on: https://go-review.googlesource.com/32112
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/testing/quick/quick.go')
| -rw-r--r-- | src/testing/quick/quick.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/quick/quick.go b/src/testing/quick/quick.go index cbf9584041..95860fda0f 100644 --- a/src/testing/quick/quick.go +++ b/src/testing/quick/quick.go @@ -4,7 +4,7 @@ // Package quick implements utility functions to help with black box testing. // -// The package is frozen and not accepting new features. +// The testing/quick package is frozen and is not accepting new features. package quick import ( |
