Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
map[string]{interface} -> map[string]interface{}
  • Loading branch information
flrossetto committed Jul 26, 2019
1 parent 373359d commit c4ac934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/scalars.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Maps a `Time` GraphQL scalar to a Go `time.Time` struct.
scalar Map
```

Maps an arbitrary GraphQL value to a `map[string]{interface}` Go type.
Maps an arbitrary GraphQL value to a `map[string]interface{}` Go type.


```graphql
Expand Down

0 comments on commit c4ac934

Please sign in to comment.