Skip to content

Commit 31864da

Browse files
committed
fixed comment
1 parent ca4392f commit 31864da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Source/Table/Manager/ManualTableManager.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,7 @@ public class ManualTableManager: BaseTableManager {
310310
/// - Parameters:
311311
/// - oldGenerator: Generator that should be replaced. Must be in the DDM.
312312
/// - newGenerator: Generator that should be added instead an old generator.
313-
/// - removeAnimation: Animation for remove action.
314-
/// - insertAnimation: Animation for insert action.
313+
/// - removeInsertAnimation: Animation for remove and insert action.
315314
open func replace(oldGenerator: TableCellGenerator,
316315
on newGenerator: TableCellGenerator,
317316
removeInsertAnimation: TableRowAnimationGroup = .animated(.automatic, .automatic)) {

0 commit comments

Comments
 (0)