Skip to content

Commit 76328c7

Browse files
committed
fix docstring
1 parent 65a8dfb commit 76328c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Std/Data/DTreeMap/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ def insertMany {ρ} [ForIn Id ρ ((a : α) × β a)] (t : DTreeMap α β cmp) (l
10751075

10761076
/--
10771077
Inserts multiple mappings into the tree map by iterating over the given collection and calling
1078-
`insert`. If the same key appears multiple times, the first occurrence takes precedence.
1078+
`insertIfNew`. If the same key appears multiple times, the first occurrence takes precedence.
10791079
-/
10801080
@[inline]
10811081
def insertManyIfNew {ρ} [ForIn Id ρ ((a : α) × β a)] (t : DTreeMap α β cmp) (l : ρ) : DTreeMap α β cmp :=

0 commit comments

Comments
 (0)