Skip to content

Commit 90ab86f

Browse files
committed
Also comment example so it's not extracted by the docs test
1 parent 471a2d7 commit 90ab86f

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
@@ -1561,7 +1561,7 @@ $(H3 $(LNAME2 slice_to_static_array, Slice Conversion to Static Array))
15611561
$(P Certain other forms of slice expression can be implicitly converted to a static array
15621562
when the slice length can be known at compile-time.)
15631563

1564-
$(SPEC_RUNNABLE_EXAMPLE_RUN
1564+
$(COMMENT SPEC_RUNNABLE_EXAMPLE_RUN
15651565
-------------
15661566
int[] da = [1, 2, 3];
15671567
int i = da[0]; // runtime variable

0 commit comments

Comments
 (0)