File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -775,11 +775,11 @@ p5.prototype.createSelect = function() {
775775 * It is recommended to use string values as input for `value`.
776776 * Optionally, a label can be provided as second argument for the option.
777777 * - `.remove(value)` can be used to remove an option for the element. String
778- * literals recommended as input for `value`.
778+ * values recommended as input for `value`.
779779 * - `.value()` method will return the currently selected value.
780780 * - `.selected()` method will return the currently selected input element.
781781 * - `.selected(value)` method will select the option and return it. String
782- * literals recommended as input for `value`.
782+ * values recommended as input for `value`.
783783 * - `.disable(Boolean)` method will enable/disable the whole radio button element.
784784 *
785785 * @method createRadio
You can’t perform that action at this time.
0 commit comments