Skip to content

Commit bfefaba

Browse files
docs: fix typo
Co-authored-by: Joseph Livesey <[email protected]>
1 parent 300f28a commit bfefaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_eip712_message/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ impl<M: SolStruct> EIP712SignedMessage<M> {
127127
}
128128
}
129129

130-
/// Use this a simple key for testing
130+
/// Use this as a simple key for testing
131131
pub fn unique_hash(&self) -> MessageId {
132132
MessageId(self.message.eip712_hash_struct().into())
133133
}

0 commit comments

Comments
 (0)