Skip to content

Commit

Permalink
Fix typo in v32 migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
titanous authored Jun 6, 2018
1 parent 23c4696 commit 6abadc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v32_migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ these structs:

``` go
UsageRecord {
Quantity: string.Int64(0),
Quantity: stripe.Int64(0),
}
```

Expand Down

0 comments on commit 6abadc5

Please sign in to comment.