Skip to content

Commit 5e6ebb2

Browse files
committed
Fix formatting
1 parent 80d4854 commit 5e6ebb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ types may only be used as output types.
353353
IsInputType(type):
354354

355355
- If {type} is a Semantic-Non-Null type:
356-
- Return {false}
356+
- Return {false}.
357357
- If {type} is a List type or Non-Null type:
358358
- Let {unwrappedType} be the unwrapped type of {type}.
359359
- Return IsInputType({unwrappedType}).

0 commit comments

Comments
 (0)