From 199ef0c848b8e646ec0ad1a2164ce69decb60f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Fri, 8 Feb 2019 09:05:17 +0100 Subject: [PATCH] Update JSDoc (#13742) --- packages/rich-text/src/concat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rich-text/src/concat.js b/packages/rich-text/src/concat.js index 838f36b0501a6d..9f14091f9b1c87 100644 --- a/packages/rich-text/src/concat.js +++ b/packages/rich-text/src/concat.js @@ -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. */