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:
parent
9ca4797901
commit
797963a4dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue