Skip to content

Commit b084c03

Browse files
chore(runtime): correct typo in run permissions comment (#32273)
1 parent ede0e2a commit b084c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/permissions/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2585,7 +2585,7 @@ pub enum RunDescriptorArg {
25852585
}
25862586

25872587
pub enum AllowRunDescriptorParseResult {
2588-
/// An error occured getting the descriptor that should
2588+
/// An error occurred getting the descriptor that should
25892589
/// be surfaced as a warning when launching deno, but should
25902590
/// be ignored when creating a worker.
25912591
Unresolved(Box<which::Error>),

0 commit comments

Comments
 (0)