Skip to content

Commit de7de4c

Browse files
changed string literals to string values
1 parent 87c7782 commit de7de4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dom/dom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)