Fix struct names in comment

This commit is contained in:
John 2024-03-14 21:52:04 +08:00 committed by GitHub
parent 9b6af61d1b
commit 7bda07a422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ type networkSettings struct {
Networks map[string]*networkData
}
// Network holds the network data to the provider.
// networkData holds the network data to the provider.
type networkData struct {
Name string
Addr string