Skip to content

Commit

Permalink
Merge pull request 99designs#1202 from whereswaldon/patch-1
Browse files Browse the repository at this point in the history
doc: fix typo in embedded struct example
  • Loading branch information
mtibben authored Jun 11, 2020
2 parents 73b7e2e + 3060368 commit 4d43572
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 4d43572

Please sign in to comment.