Skip to content

Commit 69dce2b

Browse files
committed
Fix doc test
1 parent 32c505f commit 69dce2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm-derive/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use maybe;
1515
/// # Example
1616
///
1717
/// ```rust
18-
/// # use vm_derive::hash_function;
18+
/// # use cosmwasm_vm_derive::hash_function;
1919
/// #[hash_function(const_name = "HASH")]
2020
/// fn foo() {
2121
/// println!("Hello, world!");

0 commit comments

Comments
 (0)