Skip to content

Commit

Permalink
ifd_tag_entry.go: Embellished ChildFqIfdPath comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dsoprea committed Jan 11, 2020
1 parent 0afa7ce commit f774470
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion v2/ifd_tag_entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ func (ite *IfdTagEntry) ChildIfdPath() string {
return ite.childIfdPath
}

// ChildFqIfdPath returns the complete path of the child IFD.
// ChildFqIfdPath returns the complete path of the child IFD along with the
// numeric suffixes differentiating sibling occurrences of the same type. "0"
// indices are omitted.
func (ite *IfdTagEntry) ChildFqIfdPath() string {
return ite.childFqIfdPath
}
Expand Down

0 comments on commit f774470

Please sign in to comment.