From b924dd80c90c9494632484c9bf072a4ae9ef74a2 Mon Sep 17 00:00:00 2001 From: NI Date: Sat, 26 Dec 2020 18:50:11 +0800 Subject: [PATCH] Fix code comment in `ui/commands/commands.js` --- ui/commands/commands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/commands/commands.js b/ui/commands/commands.js index 21de7ad..70b0136 100644 --- a/ui/commands/commands.js +++ b/ui/commands/commands.js @@ -188,9 +188,9 @@ export function field(def, f) { * Build a group of field value * * @param {object} definitions Definition of a group of fields - * @param {array} fs Data of the field group + * @param {Array} fs Data of the field group * - * @returns {array} Result fields + * @returns {Array} Result fields * * @throws {Exception} When input field is invalid *