mirror of
https://github.com/restic/restic.git
synced 2025-10-09 19:10:25 +00:00
fix comments to have the standard form
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
// IDSize contains the size of an ID, in bytes.
|
||||
const IDSize = hashSize
|
||||
|
||||
// References content within a repository.
|
||||
// ID references content within a repository.
|
||||
type ID []byte
|
||||
|
||||
// ParseID converts the given string to an ID.
|
||||
|
Reference in New Issue
Block a user