mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-22 05:11:51 +00:00
docs(encodeUriSegment): fix typo
This commit is contained in:
parent
e9253a88b9
commit
a758799c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
* http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path
|
||||||
* segments:
|
* segments:
|
||||||
* segment = *pchar
|
* segment = *pchar
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue