diff options
author | Brandon DeRosier <bdero@mit.edu> | 2014-11-11 13:15:19 -0500 |
---|---|---|
committer | Brandon DeRosier <bdero@mit.edu> | 2014-11-11 13:15:19 -0500 |
commit | 4b76b2caf5d63dac47f57e4684ea255a11ce89d6 (patch) | |
tree | 7a99e693e0e2915a3d1e4e7167039d8129c0ba86 /doc | |
parent | 72d5c2b8caa7416ca2c8e66cddf14f65167cc6c1 (diff) |
Fix AnimationTreePlayer.node_get_input_source typo
- Changed node_get_input_sourcre to node_get_input_source
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index b28c050a61..9b78a399d6 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -2747,7 +2747,7 @@ types of nodes have different amount of inputs. </description> </method> - <method name="node_get_input_sourcre" qualifiers="const" > + <method name="node_get_input_source" qualifiers="const" > <return type="String"> </return> <argument index="0" name="id" type="String"> |