Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 990257e

Browse files
committed
Fix images.Get description.
1 parent d30fa8a commit 990257e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: openstack/compute/v2/images/requests.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func ListDetail(client *gophercloud.ServiceClient, opts ListOptsBuilder) paginat
6060
}
6161

6262
// Get acquires additional detail about a specific image by ID.
63-
// Use ExtractImage() to interpret the result as an openstack Image.
63+
// Use GetResult.Extract() to interpret the result as an openstack Image.
6464
func Get(client *gophercloud.ServiceClient, id string) GetResult {
6565
var result GetResult
6666
_, result.Err = client.Get(getURL(client, id), &result.Body, nil)

0 commit comments

Comments
 (0)