Skip to content

Commit 46f9117

Browse files
committed
Fix Issue 18602 - [Better C] docs (duplicate "Dynamic arrays")
> "Dynamic arrays" shows up in both "Retained Features" and "Not Available" sections
1 parent 8d4c81b commit 46f9117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/betterc.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $(H2 $(LNAME2 retained, Retained Features))
7474
$(LI Nested functions, nested structs, delegates and lambdas)
7575
$(LI Member functions, constructors, destructors, operating overloading, etc.)
7676
$(LI The full module system)
77-
$(LI Dynamic arrays, array slicing, and array bounds checking)
77+
$(LI Array slicing, and array bounds checking)
7878
$(LI RAII (yes, it can work without exceptions))
7979
$(LI `scope(exit)`)
8080
$(LI Memory safety protections)

0 commit comments

Comments
 (0)