Skip to content

Commit a158127

Browse files
authored
Update metacall.rs
1 parent 9a184b9 commit a158127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ports/rs_port/src/metacall.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ pub fn metacall<T: MetaCallValue>(
9999
}
100100
}
101101

102-
/// Calls a function within a specific ['Handle'] with arguments. The generic
103-
/// parameter is the return type of the function you're calling. Checkout ['MetaCallValue'] for possible types.
102+
/// Calls a function within a specific [Handle](Handle) with arguments. The generic
103+
/// parameter is the return type of the function you're calling. Checkout [MetaCallValue](MetaCallValue) for possible types.
104104
/// For example: ...
105105
/// ```
106106
/// let sum = metacall::metacall_handle::<i32>(handle, "sum", [1, 2]).unwrap();

0 commit comments

Comments
 (0)