From cb28e5edc2c919fca97d539d77adda89d6b87d20 Mon Sep 17 00:00:00 2001 From: James Bellenger Date: Tue, 2 Apr 2024 06:27:09 -0700 Subject: [PATCH] add missing period --- spec/Section 3 -- Type System.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 3 -- Type System.md b/spec/Section 3 -- Type System.md index ec060218b..2613effcd 100644 --- a/spec/Section 3 -- Type System.md +++ b/spec/Section 3 -- Type System.md @@ -2035,7 +2035,7 @@ repeatable directives. **Type Validation** -1. A Directive definition must include at least one DirectiveLocation +1. A Directive definition must include at least one DirectiveLocation. 2. A Directive definition must not contain the use of a Directive which references itself directly. 3. A Directive definition must not contain the use of a Directive which