Skip to content

Commit 0007954

Browse files
committed
Be more precise about conversion to static array
1 parent 134e565 commit 0007954

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
@@ -1723,7 +1723,7 @@ $(GNAME ArrayMemberInitialization):
17231723
int[2] sa = [1, 2];
17241724
-------------
17251725

1726-
$(NOTE Slicing a dynamic array with statically known bounds also
1726+
$(NOTE Slicing a dynamic array with a statically known slice length also
17271727
$(RELATIVE_LINK2 slice_to_static_array, allows conversion) to a static array.)
17281728

17291729
$(P If any $(I ArrayMemberInitialization) is a

0 commit comments

Comments
 (0)