Skip to content

Commit bd3de14

Browse files
committed
fix: Incorrect Documentation
1 parent 36ac4a4 commit bd3de14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • openstack/networking/v2/extensions/provider

openstack/networking/v2/extensions/provider/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Example to Create a Provider Network
6060
Shared: &iTrue,
6161
}
6262
63-
createOpts : provider.CreateOptsExt{
63+
createOpts := provider.CreateOptsExt{
6464
CreateOptsBuilder: networkCreateOpts,
6565
Segments: segments,
6666
}

0 commit comments

Comments
 (0)