From c29abe1f1acb67a6e0aadec7d13ab52bc89e00e2 Mon Sep 17 00:00:00 2001 From: Mike Qian Date: Tue, 19 Sep 2017 14:55:55 -0700 Subject: [PATCH] Fix all italics after Type Aliases in 05-types.md --- spec/05-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/05-types.md b/spec/05-types.md index 9921918..980bccc 100644 --- a/spec/05-types.md +++ b/spec/05-types.md @@ -734,8 +734,8 @@ class C2 { **Syntax**
 alias-declaration:
-  attribute-specificationopt  type  name  generic-type-parameter-listopt  =  type-specifier  ;
-  attribute-specificationopt  newtype  name  generic-type-parameter-listopt  type-constraintopt  =  type-specifier  ;
+  attribute-specificationopt  type  name  generic-type-parameter-listopt  =  type-specifier  ;
+  attribute-specificationopt  newtype  name  generic-type-parameter-listopt  type-constraintopt  =  type-specifier  ;
 
**Defined elsewhere**