Explorar el Código

Grammar correction (#9707)

Paul Masson hace 8 años
padre
commit
a769ec438f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/math/Quaternion.js

+ 1 - 1
src/math/Quaternion.js

@@ -108,7 +108,7 @@ Quaternion.prototype = {
 
 
 		if ( (euler && euler.isEuler) === false ) {
 		if ( (euler && euler.isEuler) === false ) {
 
 
-			throw new Error( 'THREE.Quaternion: .setFromEuler() now expects a Euler rotation rather than a Vector3 and order.' );
+			throw new Error( 'THREE.Quaternion: .setFromEuler() now expects an Euler rotation rather than a Vector3 and order.' );
 
 
 		}
 		}