File tree 2 files changed +10
-2
lines changed
FlexibleDiff.xcodeproj/project.xcworkspace/xcshareddata
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 {
29
29
/// The changes of sections.
30
30
///
31
31
/// - 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 .
34
34
public var sections = Changeset ( )
35
35
36
36
/// The changes of items in the mutated sections.
You can’t perform that action at this time.
0 commit comments