Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ericeil committed Dec 17, 2024
1 parent 9a78d9a commit e842a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect/src/main/kotlin/com/certora/collect/TreapMap.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public sealed interface TreapMap<K, V> : PersistentMap<K, V> {
/**
Calls [action] for each entry in the map.
Traverses the treap without allocating temprarory storage, which may be more efficient than `entries.forEach`.
Traverses the treap without allocating temporary storage, which may be more efficient than `entries.forEach`.
*/
public fun forEachEntry(action: (Map.Entry<K, V>) -> Unit): Unit

Expand Down

0 comments on commit e842a0e

Please sign in to comment.