mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +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';
|
import AxiosURLSearchParams from '../helpers/AxiosURLSearchParams.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their
|
* It replaces URL-encoded forms of `:`, `$`, `,`, and spaces with
|
||||||
* URI encoded counterparts
|
* their plain counterparts (`:`, `$`, `,`, `+`).
|
||||||
*
|
*
|
||||||
* @param {string} val The value to be encoded.
|
* @param {string} val The value to be encoded.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user