summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMurilo Gonçalves <murilogoncalves127@gmail.com>2021-10-19 16:38:58 -0300
committerMurilo Gonçalves <murilogoncalves127@gmail.com>2021-10-19 16:38:58 -0300
commit94cba835eb82f78acde3a96576f504e9091607dc (patch)
tree6c6c212dc28218fad6b0c49632020c0f2733d939 /doc
parenta4fbb67902f493bff503dafd0ccc6277af85f3a1 (diff)
downloadredot-engine-94cba835eb82f78acde3a96576f504e9091607dc.tar.gz
Fix: typo in TextParagraph class and docs
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/TextParagraph.xml2
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.