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:
parent
dd3856e1b0
commit
873ceeff54
@ -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.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user