File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1306,7 +1306,7 @@ public:
1306
1306
1307
1307
/**
1308
1308
Sets the bits of a slice of `BitArray` starting
1309
- at index `start` and ends at index ($ D end - 1)
1309
+ at index `start` and ends at index $( D end - 1)
1310
1310
with the values specified by `val`.
1311
1311
*/
1312
1312
void opSliceAssign (bool val, size_t start, size_t end) @nogc pure nothrow
Original file line number Diff line number Diff line change @@ -1540,7 +1540,7 @@ version (StdUnittest)
1540
1540
}
1541
1541
1542
1542
/+
1543
- Returns true if the field at index `i` in ($ D T) shares its address with another field.
1543
+ Returns true if the field at index `i` in $( D T) shares its address with another field.
1544
1544
1545
1545
Note: This does not merelly check if the field is a member of an union, but also that
1546
1546
it is not a single child.
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ $(BOOKTABLE ,
358
358
Default precision is large enough to add all digits
359
359
of the integral value.
360
360
361
- In case of ($ B 'a') and $(B 'A'), the integral digit can be
361
+ In case of $( B 'a') and $(B 'A'), the integral digit can be
362
362
any hexadecimal digit.
363
363
)
364
364
)
You can’t perform that action at this time.
0 commit comments