From e35ef8040ccc83a518437bf7b6f8e386175e0640 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Fri, 17 Feb 2017 09:27:01 +0000 Subject: [PATCH] Comment --- assets/scripts/src/choices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/src/choices.js b/assets/scripts/src/choices.js index 1e5ccc1..1b337d4 100644 --- a/assets/scripts/src/choices.js +++ b/assets/scripts/src/choices.js @@ -710,7 +710,7 @@ class Choices { /** * Set value of input. If the input is a select box, a choice will be created and selected otherwise * an item will created directly. - * @param {Array/String} args Array of value objects or value strings/Single value string + * @param {Array} args Array of value objects or value strings * @return {Object} Class instance * @public */