From 65571afa9041c7ebf9bc548d44321ad9103db9b9 Mon Sep 17 00:00:00 2001 From: Carter Edwards Date: Sun, 11 Feb 2018 18:26:08 -0700 Subject: [PATCH] Address issue #64 --- proposals/P0332.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/P0332.bs b/proposals/P0332.bs index 5ace381..39c2927 100644 --- a/proposals/P0332.bs +++ b/proposals/P0332.bs @@ -398,8 +398,8 @@ numbered `0` to `N-1`. > *incomplete type* is allowed any of the constant expressions that > specify the bounds of the arrays may be omitted; if any of the > constant expressions are omitted the type is an incomplete type that -> cannot be completed. In addition, the first of the constant -> expressions that specify the bounds of the arrays may be omitted +> cannot be completed. The first of the constant expressions that specify +> the bounds of the arrays may be omitted > > - in some cases in the declaration of a function parameter > (11.3.5),