Skip to content

Commit

Permalink
Fix Issue 18602 - [Better C] docs (duplicate "Dynamic arrays")
Browse files Browse the repository at this point in the history
> "Dynamic arrays" shows up in both "Retained Features" and "Not Available" sections
  • Loading branch information
wilzbach committed Mar 27, 2018
1 parent 8d4c81b commit 46f9117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/betterc.dd
Expand Up @@ -74,7 +74,7 @@ $(H2 $(LNAME2 retained, Retained Features))
$(LI Nested functions, nested structs, delegates and lambdas)
$(LI Member functions, constructors, destructors, operating overloading, etc.)
$(LI The full module system)
$(LI Dynamic arrays, array slicing, and array bounds checking)
$(LI Array slicing, and array bounds checking)
$(LI RAII (yes, it can work without exceptions))
$(LI `scope(exit)`)
$(LI Memory safety protections)
Expand Down

0 comments on commit 46f9117

Please sign in to comment.