From 1aae79f4c4ab4a5440116118781f456f1b984d65 Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Mon, 26 Mar 2018 21:55:48 -0300 Subject: [PATCH] Close unclosed italics tags. This caused all of the text below to be in italics. --- 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..df3f096 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**