Skip to content

Commit

Permalink
doc: fix typo in embedded struct example
Browse files Browse the repository at this point in the history
  • Loading branch information
whereswaldon authored Jun 1, 2020
1 parent 2305e38 commit 3060368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/resolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ models:
All of the rules from above apply to a struct that has an embedded struct.
Here is an example
```go
type Truck {
type Truck struct {
Car

Is4x4 bool
Expand Down

0 comments on commit 3060368

Please sign in to comment.