diff --git a/Medianno/MADocument.mm b/Medianno/MADocument.mm index 4214919..c701aab 100644 --- a/Medianno/MADocument.mm +++ b/Medianno/MADocument.mm @@ -22,7 +22,7 @@ self = [super initWithType:typeName error:outError]; if (self) { /* - * Start with a root folder and an inbox folder + * Start with an inbox folder */ NSManagedObjectContext *moc = [self managedObjectContext]; [[moc undoManager] disableUndoRegistration];