Merge pull request #5851 from 29jm/typo-scroll

Fix typo in ScrollContainer documentation
This commit is contained in:
Rémi Verschelde 2016-07-22 13:32:36 +02:00 committed by GitHub
commit 51519b5d6b

View file

@ -34144,28 +34144,28 @@
<return type="bool">
</return>
<description>
Return true if horizontal scrool is allowed.
Return true if horizontal scroll is allowed.
</description>
</method>
<method name="is_v_scroll_enabled" qualifiers="const">
<return type="bool">
</return>
<description>
Return true if vertical scrool is allowed.
Return true if vertical scroll is allowed.
</description>
</method>
<method name="set_enable_h_scroll">
<argument index="0" name="enable" type="bool">
</argument>
<description>
Set allows horizontal scrool.
Set allows horizontal scroll.
</description>
</method>
<method name="set_enable_v_scroll">
<argument index="0" name="enable" type="bool">
</argument>
<description>
Set allows vertical scrool.
Set allows vertical scroll.
</description>
</method>
<method name="set_h_scroll">