We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1454d commit 0f66c67Copy full SHA for 0f66c67
packages/rich-text/src/concat.js
@@ -8,7 +8,7 @@ import { normaliseFormats } from './normalise-formats';
8
* Combine all Rich Text values into one. This is similar to
9
* `String.prototype.concat`.
10
*
11
- * @param {...[object]} values An array of all values to combine.
+ * @param {...Object} values Objects to combine.
12
13
* @return {Object} A new value combining all given records.
14
*/
0 commit comments