We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f452638 commit b5b8e92Copy full SHA for b5b8e92
openstack/loadbalancer/v2/quotas/results.go
@@ -35,7 +35,7 @@ func (r QuotaPage) NextPageURL() (string, error) {
35
return gophercloud.ExtractNextURL(s.Links)
36
}
37
38
-// IsEmpty checks whether a FlavorPage struct is empty.
+// IsEmpty checks whether a QuotaPage struct is empty.
39
func (r QuotaPage) IsEmpty() (bool, error) {
40
if r.StatusCode == 204 {
41
return true, nil
0 commit comments