Skip to content

Commit

Permalink
Corrects comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyLB committed Mar 22, 2020
1 parent 4f1b4fb commit 6fad4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piwigo/Data Cache/Tags Data/Tag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import CoreData
class Tag: NSManagedObject {

// A unique identifier for removing duplicates. Constrain
// the PiwigoTagData entity on this attribute in the data model editor.
// the Piwigo Tag entity on this attribute in the data model editor.
@NSManaged var tagId: Int64

// The other attributes of a tag.
Expand Down

0 comments on commit 6fad4b4

Please sign in to comment.