Merge pull request #184 from iamqizhao/master

fix a typo
This commit is contained in:
Qi Zhao 2015-04-30 18:00:25 -07:00
Родитель 6e63d1ab7d c90971aee7
Коммит 576384756c
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 { func CustomCodec(codec Codec) ServerOption {
return func(o *options) { return func(o *options) {
o.codec = codec o.codec = codec