mirror of
https://github.com/restic/restic.git
synced 2025-11-14 22:32:47 +00:00
Adjust comments to match name of exported methods
This commit is contained in:
@@ -394,7 +394,7 @@ func (idx *Index) Finalize() {
|
||||
idx.packIDToIndex = nil
|
||||
}
|
||||
|
||||
// ID returns the IDs of the index, if available. If the index is not yet
|
||||
// IDs returns the IDs of the index, if available. If the index is not yet
|
||||
// finalized, an error is returned.
|
||||
func (idx *Index) IDs() (restic.IDs, error) {
|
||||
idx.m.Lock()
|
||||
|
||||
Reference in New Issue
Block a user