Skip to content

Commit

Permalink
Correct comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TanviKumar committed Jun 26, 2018
1 parent e486f7a commit 6474082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webgl/loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require('./p5.Geometry');
* @example
* <div>
* <code>
* //draw a spinning teapot
* //draw a spinning octahedron
* var octahedron;
*
* function preload() {
Expand All @@ -56,7 +56,7 @@ require('./p5.Geometry');
* </div>
*
* @alt
* Vertically rotating 3-d teapot with red, green and blue gradient.
* Vertically rotating 3-d teapot octahedron.
*/
/**
* @method loadModel
Expand Down

0 comments on commit 6474082

Please sign in to comment.