fix: correct comments for exported functions and variables (#1158)

This commit is contained in:
Zhizhen He
2023-02-25 20:48:38 +08:00
committed by GitHub
parent 57479b250a
commit 50a99e9120
5 changed files with 25 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
// getter is using to get resources from url.
// Package getter is using to get resources from url.
// * Get metadata for website;
// * Get image blob to avoid CORS;
package getter