Skip to content

Commit 19dea5e

Browse files
committed
Format code example in upgrading guide
1 parent b0efebf commit 19dea5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Before, the errors returned by the MessageBird API would be included in the resu
5959

6060
```go
6161
balance, err := balance.Read(client)
62-
if err != nil && err == messagebird.ErrResponse{
62+
if err != nil && err == messagebird.ErrResponse {
6363
for _, mbError := range balance.Errors {
6464
// Do something with mbError.
6565
}

0 commit comments

Comments
 (0)