1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

chore(runtime): fix typo (#8791)

This commit is contained in:
Yusuke Tanaka 2020-12-17 22:14:49 +09:00 committed by GitHub
parent 2e976080c7
commit 8252937370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -241,7 +241,7 @@ impl Permissions {
if parsed.host().is_none() {
return Err(custom_error(
"URIError",
"invalid urlormat: <scheme>://<host>[:port][/subpath]",
"invalid url format: <scheme>://<host>[:port][/subpath]",
));
}
Ok(self.query_net(