We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b1752 commit d393506Copy full SHA for d393506
lib/addons/p5.dom.js
@@ -531,7 +531,7 @@
531
* It also helps to assign select-box methods to p5.Element when selecting existing select box
532
* @method createSelect
533
* @param {boolean} [multiple] true if dropdown should support multiple selections OR
534
- * @param {Object [P5.Element] if wrapping methods to existing select
+ * @param {Object|p5.Element} if wrapping methods to existing select
535
* @return {Object|p5.Element} pointer to p5.Element holding created or existing node
536
* @example
537
* <div><code>
0 commit comments