diff --git a/doc/classes/Gradient.xml b/doc/classes/Gradient.xml
index 6026467b063..aa941f9fd3b 100644
--- a/doc/classes/Gradient.xml
+++ b/doc/classes/Gradient.xml
@@ -49,13 +49,14 @@
Reverses/mirrors the gradient.
+ [b]Note:[/b] This method mirrors all points around the middle of the gradient, which may produce unexpected results when [member interpolation_mode] is set to [constant GRADIENT_INTERPOLATE_CONSTANT].
- Returns the interpolated color specified by [code]offset[/code].
+ Returns the interpolated color specified by [param offset].