Skip to content

Commit 801ed60

Browse files
twofbenjie
andauthored
Update spec/Section 2 -- Language.md
Co-authored-by: Benjie Gillam <[email protected]>
1 parent 3b0daa0 commit 801ed60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/Section 2 -- Language.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,9 @@ which returns the result:
518518

519519
## Nullability
520520

521-
Nullability : (`?`|`!`)
521+
Nullability :
522+
- !
523+
- ?
522524

523525
Fields can have their nullability designated with either a `!` to indicate that a
524526
field should be `Non-Nullable` or a `?` to indicate that a field should be

0 commit comments

Comments
 (0)