Skip to content

Commit c5fd3f0

Browse files
committed
Fix typo
1 parent e486a50 commit c5fd3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chia-sdk-types/src/puzzle_mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub trait Mod {
4949
fn mod_reveal() -> Cow<'static, [u8]>;
5050
fn mod_hash() -> TreeHash;
5151

52-
/// Curry the arguments into the [`MOD_HASH`](Mod::MOD_HASH).
52+
/// Curry the arguments into the [`Mod::mod_hash`].
5353
fn curry_tree_hash(&self) -> TreeHash
5454
where
5555
Self: Sized + ToClvm<TreeHasher>,

0 commit comments

Comments
 (0)