We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ed045f + dad419b commit 258ea35Copy full SHA for 258ea35
phper/src/values.rs
@@ -237,7 +237,7 @@ impl Drop for Val {
237
}
238
239
/// The trait for setting the value of [Val], mainly as the return value of
240
-/// [crate::functions::Function] and [crate::functions::Method], and initializer of [Val].
+/// functions and methods, and initializer of [Val].
241
pub trait SetVal {
242
fn set_val(self, val: &mut Val);
243
0 commit comments