Skip to content

Commit 785aab0

Browse files
Update sections precondition
1 parent fe1cd9f commit 785aab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: FlexibleDiff/SectionedChangeset.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public struct SectionedChangeset {
2929
/// The changes of sections.
3030
///
3131
/// - precondition: Offsets in `sections.mutations` and `sections.moves` must have a
32-
/// corresponding entry in `mutatedSections` if they represent a
33-
/// mutation.
32+
/// corresponding entry in `mutatedSections` if their metadata has
33+
/// been mutated.
3434
public var sections = Changeset()
3535

3636
/// The changes of items in the mutated sections.

0 commit comments

Comments
 (0)