summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/tanya/range/primitive.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tanya/range/primitive.d b/source/tanya/range/primitive.d
index 46df5fa..daebded 100644
--- a/source/tanya/range/primitive.d
+++ b/source/tanya/range/primitive.d
@@ -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: