Skip to content

Commit 86339d4

Browse files
authored
Copy base-class note to other section. (#3677)
The next paragraph has this note for dynamic arrays, but it was missing for the paragraph on static arrays.
1 parent d90f251 commit 86339d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/arrays.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ $(H2 $(LNAME2 implicit-conversions, Implicit Conversions))
13341334

13351335
$(P A static array $(D T[dim]) can be implicitly
13361336
converted to
1337-
one of the following:
1337+
one of the following ($(D U) is a base class of $(D T)):
13381338
)
13391339

13401340
$(UL

0 commit comments

Comments
 (0)