Skip to content

Commit

Permalink
Modify incorrect comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hailun.huang committed Aug 13, 2024
1 parent f452638 commit b5b8e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/loadbalancer/v2/quotas/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (r QuotaPage) NextPageURL() (string, error) {
return gophercloud.ExtractNextURL(s.Links)
}

// IsEmpty checks whether a FlavorPage struct is empty.
// IsEmpty checks whether a QuotaPage struct is empty.
func (r QuotaPage) IsEmpty() (bool, error) {
if r.StatusCode == 204 {
return true, nil
Expand Down

0 comments on commit b5b8e92

Please sign in to comment.