diff options
| author | Preetam Jinka <pj@preet.am> | 2014-07-02 10:46:54 -0700 |
|---|---|---|
| committer | Josh Bleecher Snyder <josharian@gmail.com> | 2014-07-02 10:46:54 -0700 |
| commit | 4fedb59aec525faadaa5dcdd55c9798f6b4468ae (patch) | |
| tree | 9b1ee317d4ed8f56f425dc077adfabb4764867d5 /src/pkg | |
| parent | 22c3f67cd637d6d99bafc04867e7e4f8833f7f16 (diff) | |
| download | go-4fedb59aec525faadaa5dcdd55c9798f6b4468ae.tar.xz | |
crypto/cipher: fix typo in example comment
LGTM=josharian
R=golang-codereviews, josharian
CC=golang-codereviews
https://golang.org/cl/110330043
Diffstat (limited to 'src/pkg')
| -rw-r--r-- | src/pkg/crypto/cipher/example_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/crypto/cipher/example_test.go b/src/pkg/crypto/cipher/example_test.go index 5677f6f2fe..1cfa982df4 100644 --- a/src/pkg/crypto/cipher/example_test.go +++ b/src/pkg/crypto/cipher/example_test.go @@ -277,7 +277,7 @@ func ExampleStreamWriter() { } // Note that this example is simplistic in that it omits any - // authentication of the encrypted data. It you were actually to use + // authentication of the encrypted data. If you were actually to use // StreamReader in this manner, an attacker could flip arbitrary bits in // the decrypted result. } |
