You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Basics/Sandbox.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public enum Sandbox {
45
45
/// - Parameters:
46
46
/// - command: The command line to sandbox (including executable as first argument)
47
47
/// - fileSystem: The file system instance to use.
48
-
/// - strictness: The basic strictness level of the standbox.
48
+
/// - strictness: The basic strictness level of the sandbox.
49
49
/// - writableDirectories: Paths under which writing should be allowed, even if they would otherwise be read-only based on the strictness or paths in `readOnlyDirectories`.
50
50
/// - readOnlyDirectories: Paths under which writing should be denied, even if they would have otherwise been allowed by the rules implied by the strictness level.
0 commit comments