diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-03-27 05:19:14 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-03-27 05:19:14 +0200 |
| commit | 792d2895416d81c340b9e7ab9dfdd26fbc367c91 (patch) | |
| tree | 5bf151971775a24f361b89042f873f7b90493c91 | |
| parent | 92f21a95cfcff3266945435e6e3132b9d5809775 (diff) | |
| download | tanya-792d2895416d81c340b9e7ab9dfdd26fbc367c91.tar.gz | |
range.primitive: Add missing rparen to the docsv0.7.10
| -rw-r--r-- | source/tanya/range/primitive.d | 2 |
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: |
