mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
docs(buildURL): fix outdated encode() comment (#7478)
Co-authored-by: Nathanael BOT <nathanaelbot@minidenathanael.home> Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -4,8 +4,8 @@ import utils from '../utils.js';
|
||||
import AxiosURLSearchParams from '../helpers/AxiosURLSearchParams.js';
|
||||
|
||||
/**
|
||||
* It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their
|
||||
* URI encoded counterparts
|
||||
* It replaces URL-encoded forms of `:`, `$`, `,`, and spaces with
|
||||
* their plain counterparts (`:`, `$`, `,`, `+`).
|
||||
*
|
||||
* @param {string} val The value to be encoded.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user