upd doc, version

This commit is contained in:
ge
2025-04-22 19:27:53 +03:00
parent 3ab92ee93a
commit d0e9c04326
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ pub:
}
// details fetches the license details object from SPDX data file using the
// details_url. Requires access to public network.
// details_url. Requires access to internet.
pub fn (l License) details() !LicenseDetails {
response := http.get(l.details_url)!
details := json.decode(LicenseDetails, response.body)!