Skip to content

Commit f1ef542

Browse files
author
Thomas Heinis
committed
Bag.swift / DocC
1 parent bb46db2 commit f1ef542

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • Sources/DataStructuresKit/Collections

Sources/DataStructuresKit/Collections/Bag.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
/// ### Creating a Bag
6565
///
6666
/// - ``init()``
67-
/// - ``init(_:)-6v9hk``
68-
/// - ``init(_:)-1ol5l``
67+
/// - ``init(_:)-81gxl``
68+
/// - ``init(_:)-820ce``
6969
///
7070
/// ### Adding Elements
7171
///
@@ -77,7 +77,7 @@
7777
/// - ``remove(_:)``
7878
/// - ``remove(_:count:)``
7979
/// - ``removeAll(_:)``
80-
/// - ``removeAll()``
80+
/// - ``removeAll(keepingCapacity:)``
8181
///
8282
/// ### Querying
8383
///

0 commit comments

Comments
 (0)