Browse Source

Merge pull request #66603 from HerrSersch/fix-missing-s

Hugo Locurcio 2 years ago
parent
commit
56563ef09e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/OS.xml

+ 1 - 1
doc/classes/OS.xml

@@ -523,7 +523,7 @@
 			<param index="0" name="path" type="String" />
 			<param index="0" name="path" type="String" />
 			<description>
 			<description>
 				Moves the file or directory to the system's recycle bin. See also [method DirAccess.remove].
 				Moves the file or directory to the system's recycle bin. See also [method DirAccess.remove].
-				The method takes only global paths, so you may need to use [method ProjectSettings.globalize_path]. Do not use it for files in [code]res://[/code] as it will not work in exported project.
+				The method takes only global paths, so you may need to use [method ProjectSettings.globalize_path]. Do not use it for files in [code]res://[/code] as it will not work in exported projects.
 				[b]Note:[/b] If the user has disabled the recycle bin on their system, the file will be permanently deleted instead.
 				[b]Note:[/b] If the user has disabled the recycle bin on their system, the file will be permanently deleted instead.
 				[codeblocks]
 				[codeblocks]
 				[gdscript]
 				[gdscript]