Skip to content

Commit

Permalink
fix: minor typo in delete's docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keyan-m committed Oct 25, 2024
1 parent c0e58fd commit 0b53c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion on-chain/lib/aiken/merkle-patricia-forestry.ak
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub fn insert(
/// #### Fails when
///
/// - the [Proof](#Proof) is invalid
/// - there's already an element in the trie at the given key
/// - there is no element in the trie at the given key
pub fn delete(
self: MerklePatriciaForestry,
key: ByteArray,
Expand Down

0 comments on commit 0b53c26

Please sign in to comment.