mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Remove parens from default options value doc of _.truncate. [ci skip]
This commit is contained in:
@@ -13678,7 +13678,7 @@
|
|||||||
* @since 4.0.0
|
* @since 4.0.0
|
||||||
* @category String
|
* @category String
|
||||||
* @param {string} [string=''] The string to truncate.
|
* @param {string} [string=''] The string to truncate.
|
||||||
* @param {Object} [options=({})] The options object.
|
* @param {Object} [options={}] The options object.
|
||||||
* @param {number} [options.length=30] The maximum string length.
|
* @param {number} [options.length=30] The maximum string length.
|
||||||
* @param {string} [options.omission='...'] The string to indicate text is omitted.
|
* @param {string} [options.omission='...'] The string to indicate text is omitted.
|
||||||
* @param {RegExp|string} [options.separator] The separator pattern to truncate to.
|
* @param {RegExp|string} [options.separator] The separator pattern to truncate to.
|
||||||
|
|||||||
Reference in New Issue
Block a user