Skip to content

Commit

Permalink
Fix description of DictionaryList.
Browse files Browse the repository at this point in the history
See also #655.
  • Loading branch information
s-ludwig committed May 8, 2014
1 parent f9a15ae commit c66a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/vibe/utils/dictionarylist.d
Expand Up @@ -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
Expand Down

0 comments on commit c66a5f9

Please sign in to comment.