Skip to content

Commit 0f66c67

Browse files
nosoloswyouknowriad
authored andcommitted
Update JSDoc (#13742)
1 parent ee1454d commit 0f66c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rich-text/src/concat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { normaliseFormats } from './normalise-formats';
88
* Combine all Rich Text values into one. This is similar to
99
* `String.prototype.concat`.
1010
*
11-
* @param {...[object]} values An array of all values to combine.
11+
* @param {...Object} values Objects to combine.
1212
*
1313
* @return {Object} A new value combining all given records.
1414
*/

0 commit comments

Comments
 (0)