From e6b28468ca6e78e98452af58bd4ec5879ecbee56 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 8 Aug 2017 05:59:04 +0200 Subject: Fix typo in the README, remove dmd 2.072 support --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 18ef5cc..4aee784 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ foreach (el; arr[0 .. 5]) { } -int i = arr[7]; // Access 7th element. +int i = arr[7]; // Access 8th element. ``` There are more containers in the `tanya.container` package. @@ -142,7 +142,6 @@ There are more containers in the `tanya.container` package. | 2.075.0 | | 2.074.1 | | 2.073.2 | -| 2.072.2 | ### Current status -- cgit v1.2.3