Skip to content

Commit 258ea35

Browse files
committed
Release 0.2.0-alpha.2.
2 parents 0ed045f + dad419b commit 258ea35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phper/src/values.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ impl Drop for Val {
237237
}
238238

239239
/// 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].
240+
/// functions and methods, and initializer of [Val].
241241
pub trait SetVal {
242242
fn set_val(self, val: &mut Val);
243243
}

0 commit comments

Comments
 (0)