Преглед изворни кода

Update Audio.js

Docs: Fix typo.
Michael Herzog пре 10 месеци
родитељ
комит
4c052540fe
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/audio/Audio.js

+ 1 - 1
src/audio/Audio.js

@@ -3,7 +3,7 @@ import { Object3D } from '../core/Object3D.js';
 /**
 /**
  * Represents a non-positional ( global ) audio object.
  * Represents a non-positional ( global ) audio object.
  *
  *
- * This and related audio module make use of the [Web Audio API]{@link https://www.w3.org/TR/webaudio-1.1/}.
+ * This and related audio modules make use of the [Web Audio API]{@link https://www.w3.org/TR/webaudio-1.1/}.
  *
  *
  * ```js
  * ```js
  * // create an AudioListener and add it to the camera
  * // create an AudioListener and add it to the camera

粤ICP备19079148号