Browse Source

doc: Fix wrong reference after last update

Rémi Verschelde 5 năm trước cách đây
mục cha
commit
5332853b62
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/classes/ResourceLoader.xml

+ 1 - 1
doc/classes/ResourceLoader.xml

@@ -48,7 +48,7 @@
 			</argument>
 			</argument>
 			<description>
 			<description>
 				Returns whether a cached resource is available for the given [code]path[/code].
 				Returns whether a cached resource is available for the given [code]path[/code].
-				Once a resource has been loaded by the engine, it is cached in memory for faster access, and future calls to the [method load] or [method load_interactive] methods will use the cached version. The cached resource can be overridden by using [method Resource.take_over_path] on a new resource for that same path.
+				Once a resource has been loaded by the engine, it is cached in memory for faster access, and future calls to the [method load] method will use the cached version. The cached resource can be overridden by using [method Resource.take_over_path] on a new resource for that same path.
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="load">
 		<method name="load">