Skip to content

Commit 32a6f7b

Browse files
grandizzyDaniPopes
andauthored
Update crates/config/src/lib.rs
Co-authored-by: DaniPopes <[email protected]>
1 parent 510aece commit 32a6f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/config/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ pub struct Config {
523523
#[serde(default)]
524524
pub compilation_restrictions: Vec<CompilationRestrictions>,
525525

526-
/// Whether to disable the script execution protection.
526+
/// Whether to enable script execution protection.
527527
pub script_execution_protection: bool,
528528

529529
/// PRIVATE: This structure may grow, As such, constructing this structure should

0 commit comments

Comments
 (0)