Ver código fonte

Update Audio.js

Michael Herzog 4 meses atrás
pai
commit
6644c51729
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/audio/Audio.js

+ 1 - 1
src/audio/Audio.js

@@ -191,7 +191,7 @@ class Audio extends Object3D {
 		/**
 		/**
 		 * Defines the source type.
 		 * Defines the source type.
 		 *
 		 *
-		 * The property is automatically by one of the `set*()` methods.
+		 * The property is automatically set by one of the `set*()` methods.
 		 *
 		 *
 		 * @type {('empty'|'audioNode'|'mediaNode'|'mediaStreamNode'|'buffer')}
 		 * @type {('empty'|'audioNode'|'mediaNode'|'mediaStreamNode'|'buffer')}
 		 * @readonly
 		 * @readonly

粤ICP备19079148号