Skip to content

Commit 63af24e

Browse files
authored
fixing print()
1 parent 9039796 commit 63af24e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/core/environment.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ function environment(p5, fn){
3131
* @method print
3232
* @param {Any} contents content to print to the console.
3333
* @example
34-
* <div>
35-
* <code class="norender">
34+
* <div class="norender">
35+
* <code>
3636
* function setup() {
3737
* // Prints "hello, world" to the console.
3838
* print('hello, world');
3939
* }
4040
* </code>
4141
* </div>
4242
*
43-
* <div>
44-
* <code class="norender">
43+
* <div class="norender">
44+
* <code>
4545
* function setup() {
4646
* let name = 'ada';
4747
* // Prints "hello, ada" to the console.

0 commit comments

Comments
 (0)