range.primitive: Add missing rparen to the docs
This commit is contained in:
parent
92f21a95cf
commit
792d289541
@ -821,7 +821,7 @@ template isRandomAccessRange(R)
|
|||||||
* $(OL
|
* $(OL
|
||||||
* $(LI $(D_PSYMBOL R) is an input range)
|
* $(LI $(D_PSYMBOL R) is an input range)
|
||||||
* $(LI $(D_PSYMBOL R) doesn't define a `put`-method)
|
* $(LI $(D_PSYMBOL R) doesn't define a `put`-method)
|
||||||
* $(LI $(D_PARAM e) can be assigned to $(D_INLINECODE range.front)
|
* $(LI $(D_PARAM e) can be assigned to $(D_INLINECODE range.front))
|
||||||
* )
|
* )
|
||||||
*
|
*
|
||||||
* Params:
|
* Params:
|
||||||
|
Loading…
Reference in New Issue
Block a user