Skip to content

Commit 3497539

Browse files
authored
Update memory_balloon.go
1 parent daefbcd commit 3497539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memory_balloon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func NewVirtioTraditionalMemoryBalloonDeviceConfiguration() (*VirtioTraditionalM
5959
// This represents MemoryBalloonDevice in the Virtualization framework.
6060
// It is an abstract class that should not be directly used.
6161
//
62-
// see: https://developer.apple.com/documentation/virtualization/memoryballoondevice?language=objc
62+
// see: https://developer.apple.com/documentation/virtualization/vzmemoryballoondevice?language=objc
6363
type MemoryBalloonDevice interface {
6464
objc.NSObject
6565

0 commit comments

Comments
 (0)