We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sections
1 parent fe1cd9f commit 785aab0Copy full SHA for 785aab0
FlexibleDiff/SectionedChangeset.swift
@@ -29,8 +29,8 @@ public struct SectionedChangeset {
29
/// The changes of sections.
30
///
31
/// - precondition: Offsets in `sections.mutations` and `sections.moves` must have a
32
- /// corresponding entry in `mutatedSections` if they represent a
33
- /// mutation.
+ /// corresponding entry in `mutatedSections` if their metadata has
+ /// been mutated.
34
public var sections = Changeset()
35
36
/// The changes of items in the mutated sections.
0 commit comments