mirror of
https://github.com/apple/container.git
synced 2026-09-21 23:25:43 +00:00
Fix typos in README and LinuxContainer.swift comments (#144)
## Changes ### README.md - Fixed grammatical error: "when a process is ran" → "when a process is run" - Fixed plural form: "for instruction on" → "for instructions on" ### kernel/README.md - Fixed numbering sequence: "4. Run `make`" → "3. Run `make`" in build instructions ### Sources/Containerization/LinuxContainer.swift - Fixed grammatical error in comment: "The container has ran" → "The container has run"
This commit is contained in:
@@ -80,7 +80,7 @@ public final class LinuxContainer: Container, Sendable {
|
||||
case started(StartedState)
|
||||
/// The container is preparing to stop.
|
||||
case stopping(StoppingState)
|
||||
/// The container has ran and fully stopped.
|
||||
/// The container has run and fully stopped.
|
||||
case stopped
|
||||
/// An error occurred during the lifetime of this class.
|
||||
case errored(Swift.Error)
|
||||
|
||||
Reference in New Issue
Block a user