Skip to content

Commit ce80aa9

Browse files
twofbenjie
andcommitted
Update spec/Section 2 -- Language.md
Co-authored-by: Benjie Gillam <[email protected]>
1 parent 1677f62 commit ce80aa9

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
@@ -517,7 +517,9 @@ which returns the result:
517517

518518
## Nullability
519519

520-
Nullability : (`?`|`!`)
520+
Nullability :
521+
- !
522+
- ?
521523

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

0 commit comments

Comments
 (0)