From 792d2895416d81c340b9e7ab9dfdd26fbc367c91 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 27 Mar 2018 05:19:14 +0200 Subject: [PATCH] range.primitive: Add missing rparen to the docs --- source/tanya/range/primitive.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: