From 6644c517299036ae646ef93c7b62c57b5320a5f2 Mon Sep 17 00:00:00 2001 From: Michael Herzog Date: Fri, 26 Dec 2025 11:30:23 +0100 Subject: [PATCH] Update Audio.js --- src/audio/Audio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/Audio.js b/src/audio/Audio.js index 6aba9d1101ef83..a5c30a1ffb361a 100644 --- a/src/audio/Audio.js +++ b/src/audio/Audio.js @@ -191,7 +191,7 @@ class Audio extends Object3D { /** * 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')} * @readonly