vendor/Pods/YapDatabase/YapDatabase/Extensions/Views/Utilities/YapDatabaseViewChange.h in motion-yapper-0.0.1 vs vendor/Pods/YapDatabase/YapDatabase/Extensions/Views/Utilities/YapDatabaseViewChange.h in motion-yapper-0.0.2

- old
+ new

@@ -84,11 +84,11 @@ * * YapDatabaseViewChangedObject means the object was changed via setObject:forKey:inCollection:. * * YapDatabaseViewChangedMetadata means the metadata was changed. * This might have happend implicitly if the user invoked setObject:forKey:inCollection: (implicitly setting - * the meatadata to nil). Or explicitly if the user invoked setObject:forKey:inCollection:withMetadata: or - * setMetadata:forKey:inCollection:. + * the metadata to nil). Or explicitly if the user invoked setObject:forKey:inCollection:withMetadata: or + * replaceMetadata:forKey:inCollection:. * * YapDatabaseViewChangedDependency means the row was flagged due to a cell drawing dependency configuration. * See YapDatabaseViewMappings: setCellDrawingDependencyForNeighboringCellWithOffset:forGroup: * * Keep in mind that this is a bitmask. So, for example, all bits might be set if