File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
FlexibleDiff.xcodeproj/project.xcworkspace/xcshareddata Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments