This commit is contained in:
iamqizhao 2015-04-30 17:59:40 -07:00
Родитель c3da701487
Коммит c90971aee7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -101,7 +101,7 @@ func Handshaker(f func(net.Conn) error) ServerOption {
}
}
// CustomeCodec returns a ServerOption that sets a codec for message marshaling and unmarshaling.
// CustomCodec returns a ServerOption that sets a codec for message marshaling and unmarshaling.
func CustomCodec(codec Codec) ServerOption {
return func(o *options) {
o.codec = codec