diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-03-19 13:43:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 13:43:53 +0100 |
commit | ec3f220098f4bf5a10809e6682a9a24ff93d85cb (patch) | |
tree | 4cf3689ea1435fafdbec425bd2becbe161e302e6 /doc/classes/TextParagraph.xml | |
parent | 655247f28d3387e544a4b23a2a1395ac3ca8d6d5 (diff) | |
parent | 8455e901f39c90d581aeb8913640219fb8754e77 (diff) |
Merge pull request #47140 from paulloz/class-reference
class reference proofreading
Diffstat (limited to 'doc/classes/TextParagraph.xml')
-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 99eb8b81d4..69bf823ccd 100644 --- a/doc/classes/TextParagraph.xml +++ b/doc/classes/TextParagraph.xml @@ -145,7 +145,7 @@ <argument index="4" name="dc_color" type="Color" default="Color( 1, 1, 1, 1 )"> </argument> <description> - Draw outilines of all lines of the text and drop cap into a canvas item at a given position, with [code]color[/code]. [code]pos[/code] specifies the top left corner of the bounding box. + Draw outlines of all lines of the text and drop cap into a canvas item at a given position, with [code]color[/code]. [code]pos[/code] specifies the top left corner of the bounding box. </description> </method> <method name="get_dropcap_lines" qualifiers="const"> |