File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ Derived db = cast(Derived)new Base(); // explicit conversion
267
267
268
268
$(P A dynamic array, say `x`, of a derived class can be implicitly converted
269
269
to a dynamic array, say `y`, of a base class iff elements of `x` and `y` are
270
- qualified as being either both `const` or ` both` `immutable`.)
270
+ qualified as being either both `const` or both `immutable`.)
271
271
272
272
$(SPEC_RUNNABLE_EXAMPLE_RUN
273
273
-------------------
@@ -280,7 +280,7 @@ immutable(Base)[] ia = (immutable(Derived)[]).init; // `immutable` elements
280
280
281
281
$(P A static array, say `x`, of a derived class can be implicitly converted
282
282
to a static array, say `y`, of a base class iff elements of `x` and `y` are
283
- qualified as being either both `const` or ` both` `immutable` or both mutable
283
+ qualified as being either both `const` or both `immutable` or both mutable
284
284
(neither `const` nor `immutable`).)
285
285
286
286
$(SPEC_RUNNABLE_EXAMPLE_RUN
You can’t perform that action at this time.
0 commit comments