diff options
author | neropatti <28650266+neropatti@users.noreply.github.com> | 2022-11-12 13:49:12 +0200 |
---|---|---|
committer | neropatti <28650266+neropatti@users.noreply.github.com> | 2022-11-12 13:49:12 +0200 |
commit | 0a39bac40f998ac278e23cd8127129aafaa98634 (patch) | |
tree | 0debc5e5ac0d4ba8e93bb1b6dd90c2a3a86e870b | |
parent | 324106b3dfd7a70c283f5adf17d53cfc48c8cdae (diff) |
Fix typo, change ´ to '
-rw-r--r-- | doc/classes/MissingNode.xml | 2 | ||||
-rw-r--r-- | doc/classes/MissingResource.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/MissingNode.xml b/doc/classes/MissingNode.xml index b5aa02cfd6..ac54329313 100644 --- a/doc/classes/MissingNode.xml +++ b/doc/classes/MissingNode.xml @@ -4,7 +4,7 @@ This is an internal editor class intended for keeping data of nodes of unknown type. </brief_description> <description> - This is an internal editor class intended for keeping data of nodes of unknown type (most likely this type was supplied by an extension that is no longer loaded). It can´t be manually instantiated or placed in the scene. Ignore it if you don't know what it is. + This is an internal editor class intended for keeping data of nodes of unknown type (most likely this type was supplied by an extension that is no longer loaded). It can't be manually instantiated or placed in the scene. Ignore it if you don't know what it is. </description> <tutorials> </tutorials> diff --git a/doc/classes/MissingResource.xml b/doc/classes/MissingResource.xml index eede6350d8..e5a6c4d064 100644 --- a/doc/classes/MissingResource.xml +++ b/doc/classes/MissingResource.xml @@ -4,7 +4,7 @@ This is an internal editor class intended for keeping data of resources of unknown type. </brief_description> <description> - This is an internal editor class intended for keeping data of resources of unknown type (most likely this type was supplied by an extension that is no longer loaded). It can´t be manually instantiated or placed in the scene. Ignore it if you don't know what it is. + This is an internal editor class intended for keeping data of resources of unknown type (most likely this type was supplied by an extension that is no longer loaded). It can't be manually instantiated or placed in the scene. Ignore it if you don't know what it is. </description> <tutorials> </tutorials> |