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

Commit 0ad6e0f

Browse files
author
Jamie Hannaford
committed
Making minor tweaks
1 parent cc08b11 commit 0ad6e0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This provider is the top-level structure that all services are created from.
7272
# Servers
7373

7474
Before you can interact with the Compute API, you need to retrieve a
75-
`gophercloud.ServiceClient` client. To do this:
75+
`gophercloud.ServiceClient`. To do this:
7676

7777
```go
7878
// Define your region, etc.
@@ -99,7 +99,7 @@ import (
9999
)
100100

101101
// We have the option of filtering the server list. If we want the full
102-
// collection, leave it as an empty struct
102+
// collection, leave it as an empty struct or nil
103103
opts := servers.ListOpts{Name: "server_1"}
104104

105105
// Retrieve a pager (i.e. a paginated collection)

0 commit comments

Comments
 (0)