We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b8133 commit cd83fa8Copy full SHA for cd83fa8
extract.go
@@ -15,7 +15,7 @@ type Downloader interface {
15
Get(ctx context.Context, layer int, key string) ([]byte, error)
16
}
17
18
-// Extracts uses Downloader to extract documentation.
+// Extract uses Downloader to extract documentation.
19
func Extract(ctx context.Context, d Downloader) (*Doc, error) {
20
data, err := d.Get(ctx, dl.NoLayer, "schema")
21
if err != nil {
0 commit comments