Misc. capitalization/comment adjustments (#231)

The VirtualMachineInstance comment is not entirely true. It just
represents a single VM.
This commit is contained in:
Danny Canter
2025-07-24 16:40:21 -07:00
committed by GitHub
parent a73541e393
commit a5937a8b13
3 changed files with 7 additions and 7 deletions
@@ -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