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 9039796 commit 63af24eCopy full SHA for 63af24e
src/core/environment.js
@@ -31,17 +31,17 @@ function environment(p5, fn){
31
* @method print
32
* @param {Any} contents content to print to the console.
33
* @example
34
- * <div>
35
- * <code class="norender">
+ * <div class="norender">
+ * <code>
36
* function setup() {
37
* // Prints "hello, world" to the console.
38
* print('hello, world');
39
* }
40
* </code>
41
* </div>
42
*
43
44
45
46
* let name = 'ada';
47
* // Prints "hello, ada" to the console.
0 commit comments