Skip to content

Commit d71d459

Browse files
authored
Minor spelling correction from 'known' to 'know'.
1 parent e9f98b9 commit d71d459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/class_resourceloader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ GDScript has a simplified :ref:`@GDScript.load()<class_@GDScript_method_load>` b
338338

339339
Returns the resource loaded by :ref:`load_threaded_request()<class_ResourceLoader_method_load_threaded_request>`.
340340

341-
If this is called before the loading thread is done (i.e. :ref:`load_threaded_get_status()<class_ResourceLoader_method_load_threaded_get_status>` is not :ref:`THREAD_LOAD_LOADED<class_ResourceLoader_constant_THREAD_LOAD_LOADED>`), the calling thread will be blocked until the resource has finished loading. However, it's recommended to use :ref:`load_threaded_get_status()<class_ResourceLoader_method_load_threaded_get_status>` to known when the load has actually completed.
341+
If this is called before the loading thread is done (i.e. :ref:`load_threaded_get_status()<class_ResourceLoader_method_load_threaded_get_status>` is not :ref:`THREAD_LOAD_LOADED<class_ResourceLoader_constant_THREAD_LOAD_LOADED>`), the calling thread will be blocked until the resource has finished loading. However, it's recommended to use :ref:`load_threaded_get_status()<class_ResourceLoader_method_load_threaded_get_status>` to know when the load has actually completed.
342342

343343
.. rst-class:: classref-item-separator
344344

0 commit comments

Comments
 (0)