From a648e2120a5f672fece538b516b8ce3644aebe3d Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 19 May 2017 20:01:04 +0200 Subject: Fix parameter count for docs in container.string --- source/tanya/container/string.d | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/tanya/container/string.d b/source/tanya/container/string.d index 3c89f0f..564a84c 100644 --- a/source/tanya/container/string.d +++ b/source/tanya/container/string.d @@ -456,6 +456,7 @@ struct String * C = Type of the character to fill the string with. * n = Number of characters to copy. * chr = Character to fill the string with. + * allocator = Allocator. */ this(C)(const size_t n, const C chr, -- cgit v1.2.3