diff options
author | Juan Linietsky <reduzio@gmail.com> | 2021-09-10 16:24:59 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 16:24:59 -0300 |
commit | 6679790facfc039891384c9e3f98b2b3a51f6367 (patch) | |
tree | 84a4f6503d4cf38aed30f168d88ac001dcc59678 /doc/classes/PackedStringArray.xml | |
parent | c30cffe1b0fa1e87c7b28139ee4765851f5d3398 (diff) | |
parent | f5d9c7b487166562a833fc86363d78468d711070 (diff) |
Merge pull request #52406 from ellenhp/libvorbis
Replace stb_vorbis with libvorbis
Diffstat (limited to 'doc/classes/PackedStringArray.xml')
-rw-r--r-- | doc/classes/PackedStringArray.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PackedStringArray.xml b/doc/classes/PackedStringArray.xml index 04113d4a2e..c2055531a5 100644 --- a/doc/classes/PackedStringArray.xml +++ b/doc/classes/PackedStringArray.xml @@ -57,7 +57,7 @@ Assigns the given value to all elements in the array. This can typically be used together with [method resize] to create an array with a given size and initialized elements. </description> </method> - <method name="has"> + <method name="has" qualifiers="const"> <return type="bool" /> <argument index="0" name="value" type="String" /> <description> |