Skip to content

Commit 3bfa507

Browse files
authored
Merge pull request #8 from keyan-m/fix/docs
Fix Minor Typo in `delete`'s Docs
2 parents c0e58fd + 0b53c26 commit 3bfa507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

on-chain/lib/aiken/merkle-patricia-forestry.ak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pub fn insert(
149149
/// #### Fails when
150150
///
151151
/// - the [Proof](#Proof) is invalid
152-
/// - there's already an element in the trie at the given key
152+
/// - there is no element in the trie at the given key
153153
pub fn delete(
154154
self: MerklePatriciaForestry,
155155
key: ByteArray,

0 commit comments

Comments
 (0)