diff --git a/doc/classes/AudioEffectStereoEnhance.xml b/doc/classes/AudioEffectStereoEnhance.xml
index d38bfd1d094..443d5f78cd9 100644
--- a/doc/classes/AudioEffectStereoEnhance.xml
+++ b/doc/classes/AudioEffectStereoEnhance.xml
@@ -14,10 +14,10 @@
Amplifies the difference between stereo channels, increasing or descreasing existing panning. A value of 0.0 will downmix stereo to mono. Does not affect a mono signal.
- Widens sound stage through phase shifting in cunjuncion with [param time_pullout_ms]. Just pans sound to the left channel if [param time_pullout_ms] is 0.
+ Widens sound stage through phase shifting in cunjuncion with [member time_pullout_ms]. Just pans sound to the left channel if [member time_pullout_ms] is 0.
- Widens sound stage through phase shifting in cunjuncion with [param surround]. Just delays the right channel if [param surround] is 0.
+ Widens sound stage through phase shifting in cunjuncion with [member surround]. Just delays the right channel if [member surround] is 0.