mirror of
https://github.com/apple/container.git
synced 2026-09-25 00:55:40 +00:00
Misc. capitalization/comment adjustments (#231)
The VirtualMachineInstance comment is not entirely true. It just represents a single VM.
This commit is contained in:
@@ -25,7 +25,7 @@ public enum VirtualMachineInstanceState: Sendable {
|
||||
case unknown
|
||||
}
|
||||
|
||||
/// A manager that can spawn and manage a virtual machine.
|
||||
/// A live instance of a virtual machine.
|
||||
public protocol VirtualMachineInstance: Sendable {
|
||||
associatedtype Agent: VirtualMachineAgent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user