Skip to content

Commit

Permalink
Merge pull request 99designs#807 from flrossetto/patch-1
Browse files Browse the repository at this point in the history
Fix doc
  • Loading branch information
vektah authored Aug 7, 2019
2 parents e33bdee + 70d31fe commit 70ccb3f
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 70ccb3f

Please sign in to comment.