File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1306,7 +1306,7 @@ public:
13061306
13071307 /**
13081308 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)
13101310 with the values specified by `val`.
13111311 */
13121312 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)
15401540}
15411541
15421542/+
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.
15441544
15451545Note: This does not merelly check if the field is a member of an union, but also that
15461546it is not a single child.
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ $(BOOKTABLE ,
358358 Default precision is large enough to add all digits
359359 of the integral value.
360360
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
362362 any hexadecimal digit.
363363 )
364364 )
You can’t perform that action at this time.
0 commit comments