Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function veryComplex(

If one of the ORed conditions is `null`, it MUST be the last item in the list.

An intersection of a single simple type with `null` SHOULD be abbreviated using the `?` alternate syntax: `?T`.
A union of a single simple type with `null` SHOULD be abbreviated using the `?` alternate syntax: `?T`.

### 2.6 Trailing commas

Expand Down