docs(encodeUriSegment): fix typo

This commit is contained in:
Josh Adams 2012-11-05 14:40:36 -06:00 committed by Igor Minar
parent e9253a88b9
commit a758799c7f

View file

@ -788,7 +788,7 @@ function toKeyValue(obj) {
/**
* We need our custom mehtod because encodeURIComponent is too agressive and doesn't follow
* We need our custom method because encodeURIComponent is too agressive and doesn't follow
* http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path
* segments:
* segment = *pchar