Skip to content

Commit 804107e

Browse files
Fix typo in blockstorage/v3/attachments docs
Fixes #2457
1 parent d39505c commit 804107e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • openstack/blockstorage/v3/attachments

openstack/blockstorage/v3/attachments/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Example to List Attachments
2929
Example to Create Attachment
3030
3131
createOpts := &attachments.CreateOpts{
32-
InstanceiUUID: "uuid",
32+
InstanceUUID: "uuid",
3333
VolumeUUID: "uuid"
3434
}
3535

0 commit comments

Comments
 (0)