summaryrefslogtreecommitdiffstats
path: root/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml
diff options
context:
space:
mode:
authorMicky <micheledevita2@gmail.com>2024-11-09 20:45:26 +0100
committerMicky <micheledevita2@gmail.com>2024-11-12 17:44:45 +0100
commiteaebb3f8644cb2e793645dc71f8c038f61897bed (patch)
tree908576bcfb87b9430ad449bf1541e06feae09b72 /doc/classes/AudioEffectSpectrumAnalyzerInstance.xml
parentcaff0ff591ed63234474c46a6fd868661aa8ea01 (diff)
downloadredot-engine-eaebb3f8644cb2e793645dc71f8c038f61897bed.tar.gz
Fix more miscellaneous oddities around the class reference
Diffstat (limited to 'doc/classes/AudioEffectSpectrumAnalyzerInstance.xml')
-rw-r--r--doc/classes/AudioEffectSpectrumAnalyzerInstance.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml b/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml
index 184f80db2e..833ccafa6f 100644
--- a/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml
+++ b/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml
@@ -5,7 +5,7 @@
</brief_description>
<description>
The runtime part of an [AudioEffectSpectrumAnalyzer], which can be used to query the magnitude of a frequency range on its host bus.
- An instance of this class can be acquired with [method AudioServer.get_bus_effect_instance].
+ An instance of this class can be obtained with [method AudioServer.get_bus_effect_instance].
</description>
<tutorials>
<link title="Audio Spectrum Visualizer Demo">https://godotengine.org/asset-library/asset/2762</link>