Descriptioncrypto/cipher: fix AEAD.Open documentation nit
It mentioned true and false for error values. Instead, just
don't mention the error semantics, as they match normal Go
conventions (if error is non-nil, the other value is
meaningless). We generally only document error values when
they're interesting (where non-nil, non-nil is valid, or the
error value can be certain known values or types).
Fixes Issue 7464
Patch Set 1 #Patch Set 2 : diff -r 6614172310c7 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 6614172310c7 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 6614172310c7 https://go.googlecode.com/hg/ #MessagesTotal messages: 4
|