Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 180bf48

Browse files
committed
Fix Ddoc errors
1 parent 8909127 commit 180bf48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/bitop.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ struct BitRange
381381
* Construct a BitRange.
382382
*
383383
* Params:
384-
* bitarr - The array of bits to iterate over
385-
* numBits - The total number of valid bits in the given bit array
384+
* bitarr = The array of bits to iterate over
385+
* numBits = The total number of valid bits in the given bit array
386386
*/
387387
this(const(size_t)* bitarr, size_t numBits) @system
388388
{

0 commit comments

Comments
 (0)