Skip to content

Commit 689997b

Browse files
committed
Fix typo
1 parent c9f916e commit 689997b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/binary/index.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ type IndexBin struct {
5555
Size json.Number `json:"size"`
5656
}
5757

58-
// LoadIndex downloads and verify the index of binaries contained
59-
// in 'cloud-downloads'
58+
// LoadIndex downloads and verifies the index of binaries
59+
// contained in 'cloud-downloads'.
6060
func LoadIndex() (*Index, error) {
6161
indexGZ, err := download(IndexGZURL)
6262
if err != nil {

0 commit comments

Comments
 (0)