Skip to content

Commit 5f90415

Browse files
committed
Fix closing macro
1 parent 54bd820 commit 5f90415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/expression.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ $(GNAME ArgumentList):
23912391
dynamic arrays instead, as it is more general.)
23922392

23932393
$(NOTE It is not possible to allocate a static array directly with
2394-
`new` (only by using a type alias).
2394+
`new` (only by using a type alias).)
23952395

23962396
$(P If a $(I NewExpression) is used with a class type as an initializer for
23972397
a function local variable with $(DDSUBLINK spec/attribute, scope, `scope`) storage class,

0 commit comments

Comments
 (0)