Skip to content

Commit

Permalink
Update JSDoc (#13742)
Browse files Browse the repository at this point in the history
  • Loading branch information
nosolosw authored Feb 8, 2019
1 parent 8ba4a20 commit 6ae4ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rich-text/src/concat.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { normaliseFormats } from './normalise-formats';
* Combine all Rich Text values into one. This is similar to
* `String.prototype.concat`.
*
* @param {...[object]} values An array of all values to combine.
* @param {...Object} values Objects to combine.
*
* @return {Object} A new value combining all given records.
*/
Expand Down

0 comments on commit 6ae4ddd

Please sign in to comment.