Skip to content

Commit

Permalink
Fix markdown in schema docs (#346)
Browse files Browse the repository at this point in the history
See:
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables#creating-a-table.
Fixes #339.

I have:
- [x] Written a clear PR title and description (above)
- [x] Signed the [Khan Academy CLA](https://www.khanacademy.org/r/cla)
- [x] Added tests covering my changes, if applicable
- [x] Included a link to the issue fixed, if applicable
- [x] Included documentation, for new features
- [x] Added an entry to the changelog
  • Loading branch information
benjaminjkraft authored Aug 13, 2024
1 parent 2f265d2 commit 07f3677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This can now be invoked upon `go generate` via `//go:generate yourpkg/generate`.
GraphQL [defines][spec#scalar] five standard scalar types, which genqlient automatically maps to the following Go types:

| GraphQL type | Go type |
----------------------------
|--------------|-----------|
| `Int` | `int` |
| `Float` | `float64` |
| `String` | `string` |
Expand Down

0 comments on commit 07f3677

Please sign in to comment.