mirror of
https://github.com/curl/curl.git
synced 2026-07-28 07:23:07 +03:00
variable.md: clarify 'trim' example
- Use the variable name 'var' instead of 'url' since the latter is also a function name and that may confuse the user. Closes https://github.com/curl/curl/pull/16346
This commit is contained in:
parent
28d3c5dced
commit
4a74135737
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ removes all leading and trailing white space.
|
|||
|
||||
Example:
|
||||
|
||||
curl --expand-url https.//example.com/{{url:trim}}
|
||||
curl --expand-url https://example.com/{{var:trim}}
|
||||
|
||||
## json
|
||||
outputs the content using JSON string quoting rules.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue