chore(types): update Godoc comment on StationURL.URL

This commit is contained in:
Jonathan Barrow 2024-06-13 10:40:31 -04:00
parent 1bee30dc05
commit a4b341dab5
No known key found for this signature in database
GPG key ID: E86E9FE9049C741F

View file

@ -466,7 +466,9 @@ func (s *StationURL) SetURL(url string) {
s.url = url
}
// URL returns the string formatted URL
// URL returns the string formatted URL.
//
// Originally called nn::nex::StationURL::GetURL
func (s StationURL) URL() string {
s.Format()
return s.url