Browse Source

Merge pull request #68557 from neropatti/master

Fix typo, change ´ to '
Matthew 2 years ago
parent
commit
c17f17eb98
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/classes/MissingNode.xml
  2. 1 1
      doc/classes/MissingResource.xml

+ 1 - 1
doc/classes/MissingNode.xml

@@ -4,7 +4,7 @@
 		This is an internal editor class intended for keeping data of nodes of unknown type.
 		This is an internal editor class intended for keeping data of nodes of unknown type.
 	</brief_description>
 	</brief_description>
 	<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>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>

+ 1 - 1
doc/classes/MissingResource.xml

@@ -4,7 +4,7 @@
 		This is an internal editor class intended for keeping data of resources of unknown type.
 		This is an internal editor class intended for keeping data of resources of unknown type.
 	</brief_description>
 	</brief_description>
 	<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>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>