Skip to content

Commit f176df8

Browse files
jtbxthewilsonator
authored andcommitted
fix ddoc blunders
Caught with grep -Er '\(\$[A-Za-z]'
1 parent a6ad152 commit f176df8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

std/bitmanip.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

std/exception.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
15451545
Note: This does not merelly check if the field is a member of an union, but also that
15461546
it is not a single child.

std/format/package.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)