Fix code comment in ui/commands/commands.js

This commit is contained in:
NI
2020-12-26 18:50:11 +08:00
parent bf1fd7ce6b
commit b924dd80c9

View File

@@ -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<object>} fs Data of the field group
* @param {Array<object>} fs Data of the field group
*
* @returns {array<object>} Result fields
* @returns {Array<object>} Result fields
*
* @throws {Exception} When input field is invalid
*