range.primitive: Add missing rparen to the docs

This commit is contained in:
Eugen Wissner 2018-03-27 05:19:14 +02:00
parent 92f21a95cf
commit 792d289541
1 changed files with 1 additions and 1 deletions

View File

@ -821,7 +821,7 @@ template isRandomAccessRange(R)
* $(OL
* $(LI $(D_PSYMBOL R) is an input range)
* $(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: