From c66a5f9307ad2e023400bd27d316a9162e0ee249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Thu, 8 May 2014 17:50:20 +0200 Subject: [PATCH] Fix description of DictionaryList. See also #655. --- source/vibe/utils/dictionarylist.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vibe/utils/dictionarylist.d b/source/vibe/utils/dictionarylist.d index 7c5b8b0137..59af0ce8ce 100644 --- a/source/vibe/utils/dictionarylist.d +++ b/source/vibe/utils/dictionarylist.d @@ -13,7 +13,7 @@ import std.exception : enforce; /** - Behaves similar to string[string] but the insertion order is not changed + Behaves similar to $(D Value[string]) but the insertion order is not changed and multiple values per key are supported. This kind of map is used for MIME headers (e.g. for HTTP, see