1
0
mirror of https://github.com/golang/go synced 2024-11-24 05:40:15 -07:00

crypto/cipher: Fix typo in example comment

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/101510047
This commit is contained in:
Preetam Jinka 2014-06-28 10:11:26 -07:00 committed by Brad Fitzpatrick
parent dd3856e1b0
commit 873ceeff54

View File

@ -240,7 +240,7 @@ func ExampleStreamReader() {
}
// 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 output.
}