1
0
Fork 0
mirror of https://github.com/correl/urilib.git synced 2025-03-17 17:00:13 -09:00

Fix the reference to percent_encode/1 [ci skip]

This commit is contained in:
Gavin M. Roy 2016-01-22 00:03:40 -05:00
parent 9ca4797901
commit 797963a4dd

View file

@ -20,7 +20,7 @@ Function | Description
`percent_decode/1` | Decode a percent encoded string value.
`percent_encode/1` | Percent encode a string value.
`plus_decode/1` | Decode a percent encoded string value that uses pluses for spaces.
`plus_encode/1` | Percent encode a string value similar to encode/1, but encodes spaces with a plus (`+`) instead of `%20`.
`plus_encode/1` | Percent encode a string value similar to `percent_encode/1`, but encodes spaces with a plus (`+`) instead of `%20`.
### Types