Skip to content

Commit b5b8e92

Browse files
author
hailun.huang
committed
Modify incorrect comments
1 parent f452638 commit b5b8e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack/loadbalancer/v2/quotas/results.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func (r QuotaPage) NextPageURL() (string, error) {
3535
return gophercloud.ExtractNextURL(s.Links)
3636
}
3737

38-
// IsEmpty checks whether a FlavorPage struct is empty.
38+
// IsEmpty checks whether a QuotaPage struct is empty.
3939
func (r QuotaPage) IsEmpty() (bool, error) {
4040
if r.StatusCode == 204 {
4141
return true, nil

0 commit comments

Comments
 (0)