@@ -6,7 +6,7 @@ import {
* tool for "unwrapping" and debugging three.js geometries UV mapping
*
* Sample usage:
- * document.body.appendChild( UVsDebug( new THREE.SphereGeometry( 10, 10, 10, 10 ) );
+ * document.body.appendChild( UVsDebug( new THREE.SphereGeometry( 10, 10, 10, 10 ) ) );
*/