Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 1a56538

Browse files
committed
Fix a documentation link.
1 parent 261db4a commit 1a56538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/userdata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ impl<'lua> AnyUserData<'lua> {
342342

343343
/// Sets an associated value to this `AnyUserData`.
344344
///
345-
/// The value may be any Lua value whatsoever, and can be retrieved with [`get_user_value`].
345+
/// The value may be any Lua value whatsoever, and can be retrieved with [`AnyUserData::get_user_value`].
346346
///
347347
/// Equivalent to set_i_user_value(v, 1)
348348
///

0 commit comments

Comments
 (0)