diff options
-rw-r--r-- | doc/classes/AudioServer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AudioServer.xml b/doc/classes/AudioServer.xml index b2c60fa63a..d13511ee1c 100644 --- a/doc/classes/AudioServer.xml +++ b/doc/classes/AudioServer.xml @@ -70,7 +70,7 @@ <return type="int" /> <param index="0" name="bus_name" type="StringName" /> <description> - Returns the index of the bus with the name [param bus_name]. + Returns the index of the bus with the name [param bus_name]. Returns [code]-1[/code] if no bus with the specified name exist. </description> </method> <method name="get_bus_name" qualifiers="const"> |