Skip to content

Commit dd7b1c4

Browse files
committed
remove size() from createCanvas() docs
1 parent 7831cea commit dd7b1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rendering/rendering.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ define(function(require) {
1414
* in pixels. This method should be called only once at the start of setup.
1515
* <br>
1616
* The system variables width and height are set by the parameters passed
17-
* to this function. If size() is not used, the window will be given a
17+
* to this function. If createCanvas() is not used, the window will be given a
1818
* default size of 100x100 pixels.
1919
*
2020
* @method createCanvas

0 commit comments

Comments
 (0)