Skip to content

Commit

Permalink
chore(runtime): fix typo (denoland#8791)
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Dec 17, 2020
1 parent 2e97608 commit 8252937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/permissions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ impl Permissions {
if parsed.host().is_none() {
return Err(custom_error(
"URIError",
"invalid urlormat: <scheme>:https://<host>[:port][/subpath]",
"invalid url format: <scheme>:https://<host>[:port][/subpath]",
));
}
Ok(self.query_net(
Expand Down

0 comments on commit 8252937

Please sign in to comment.