This commit is contained in:
Karsten Weiss
2018-04-16 19:03:02 +02:00
committed by Menghan Li
parent ef3a1ad826
commit 7de9139327
15 changed files with 26 additions and 26 deletions

View File

@ -362,7 +362,7 @@ func (o CompressorCallOption) after(c *callInfo) {}
//
// If CallCustomCodec is not also used, the content-subtype will be used to
// look up the Codec to use in the registry controlled by RegisterCodec. See
// the documention on RegisterCodec for details on registration. The lookup
// the documentation on RegisterCodec for details on registration. The lookup
// of content-subtype is case-insensitive. If no such Codec is found, the call
// will result in an error with code codes.Internal.
//