Skip to content

Commit 052fc19

Browse files
committed
corrected path to GodotClass in docs
1 parent eb4b894 commit 052fc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godot-core/src/engine/gfile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ impl BufRead for GFile {
748748
/// reference will be in possession of only one different object instance or
749749
/// function in their lifetime.
750750
///
751-
/// Only applicable to [`GodotClass`](godot::obj::GodotClass) objects that
751+
/// Only applicable to [`GodotClass`](godot_core::obj::GodotClass) objects that
752752
/// inherits from [`RefCounted`]. To check the uniqueness, call the `check()`
753753
/// associated method.
754754
///

0 commit comments

Comments
 (0)