diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-20 01:21:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 01:21:32 +0200 |
commit | 965ae0619d04683d4e8ce50614066d094647bc44 (patch) | |
tree | 6c6c212dc28218fad6b0c49632020c0f2733d939 /doc/classes | |
parent | a4fbb67902f493bff503dafd0ccc6277af85f3a1 (diff) | |
parent | 94cba835eb82f78acde3a96576f504e9091607dc (diff) |
Merge pull request #54005 from murilo-goncalves/fix/typo-TextParagraph
Fix: typo in TextParagraph class and docs
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TextParagraph.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TextParagraph.xml b/doc/classes/TextParagraph.xml index e06dfee698..5bd6b0572c 100644 --- a/doc/classes/TextParagraph.xml +++ b/doc/classes/TextParagraph.xml @@ -199,7 +199,7 @@ Returns width (for horizontal layout) or height (for vertical) of the line of text. </description> </method> - <method name="get_non_wraped_size" qualifiers="const"> + <method name="get_non_wrapped_size" qualifiers="const"> <return type="Vector2" /> <description> Returns the size of the bounding box of the paragraph, without line breaks. |