Skip to content

Commit f0aba21

Browse files
dr0iblackwinter
andauthored
Update README.md
Co-authored-by: Jens Wille <[email protected]>
1 parent 9bf5307 commit f0aba21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ Encodes a field value as URI. Aka percent-encoding.
717717

718718
Options:
719719

720-
- `plus_for_space`: Sets whether "space" (' ') will be substituted by a "plus" ('+') or be percent escaped ('%20'). Default: `true`)
720+
- `plus_for_space`: Sets whether "space" (` `) will be substituted by a "plus" (`+`) or be percent escaped (`%20`). (Default: `true`)
721721
- `safe_chars`: Sets characters that won't be escaped. Safe characters are the
722722
ranges 0..9, a..z and A..Z. These are always safe and should not be specified.
723723
Default safe characters are also ".", "-", "*", and "_".

0 commit comments

Comments
 (0)