Skip to content

Commit 6028923

Browse files
Update precondition
1 parent fe1cd9f commit 6028923

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

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)