Skip to content

Commit cd83fa8

Browse files
committed
chore: fix typo
1 parent 67b8133 commit cd83fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extract.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Downloader interface {
1515
Get(ctx context.Context, layer int, key string) ([]byte, error)
1616
}
1717

18-
// Extracts uses Downloader to extract documentation.
18+
// Extract uses Downloader to extract documentation.
1919
func Extract(ctx context.Context, d Downloader) (*Doc, error) {
2020
data, err := d.Get(ctx, dl.NoLayer, "schema")
2121
if err != nil {

0 commit comments

Comments
 (0)