Skip to content

Commit 14f461c

Browse files
authored
Update wc.dd
1 parent 48f9594 commit 14f461c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wc.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ int main(string[] args)
3131
foreach(line; file.byLine(KeepTerminator.yes))
3232
{
3333
lCharCount += line.length;
34-
foreach(string word; splitter(line))
34+
foreach(word; splitter(line))
3535
{
3636
lWordCount += 1;
3737
if(auto count = word in dictionary)

0 commit comments

Comments
 (0)