Skip to content

Commit c599436

Browse files
authored
Replace a non-breaking space with a regular space (#1373)
1 parent 5ded76f commit c599436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/Struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ back into a tree on the client. A better solution would be to stick to the
8686
tenets of GraphQL and return the data in the shape that the client needs, fully
8787
type-safe.
8888

89-
### Symmetric transput composite type
89+
### Symmetric transput composite type
9090

9191
Currently when a user wants to be able to input and output the exact same data
9292
in a future-proof way, they must use a scalar or enum. This is one of the things

0 commit comments

Comments
 (0)