Skip to content

Commit 38aa2fa

Browse files
authored
Update format.d
1 parent 544f54e commit 38aa2fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/mir/format.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ unittest
5959
}
6060

6161
/// Concatenated string results
62-
string text(string separator = "", A...)(auto ref const(Args) args)
63-
if (Args.length > 0)
62+
string text(string separator = "", Args...)(auto ref const(Args) args)
63+
if (Args.length > 0)
6464
{
6565
static if (Args.length == 1)
6666
{

0 commit comments

Comments
 (0)