Skip to content

Commit b413e09

Browse files
authored
Merge pull request #2302 from wilzbach/fix-18602
Fix Issue 18602 - [Better C] docs (duplicate "Dynamic arrays")
2 parents 47314bc + 46f9117 commit b413e09

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)