diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-01-10 21:57:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-10 21:57:16 +0100 |
commit | 8c24a42ea027b22567194fc0575ba4e9b4e29e6f (patch) | |
tree | 94a8c4b0baa78d00c82d07794e21ada7b1045d9a /doc/classes/NinePatchRect.xml | |
parent | 1c9e71e7d02b2c2ed525435b2e40dbdb842a831f (diff) | |
parent | 378c4895ae8ad3a5c2926d4eef2deae0af4197f4 (diff) |
Merge pull request #35000 from cbscribe/kcc_minor_docs
[DOCS] Corrections and clarifications to classref
Diffstat (limited to 'doc/classes/NinePatchRect.xml')
-rw-r--r-- | doc/classes/NinePatchRect.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/NinePatchRect.xml b/doc/classes/NinePatchRect.xml index 221a3c22c1..8935ac9d94 100644 --- a/doc/classes/NinePatchRect.xml +++ b/doc/classes/NinePatchRect.xml @@ -61,7 +61,7 @@ <signals> <signal name="texture_changed"> <description> - Fired when the node's texture changes. + Emitted when the node's texture changes. </description> </signal> </signals> |