Skip to content

Commit e08e337

Browse files
authored
Update lazy-evaluation.dd
1 parent c98189a commit e08e337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/lazy-evaluation.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ value:
3434
)
3535

3636
---
37-
void log(string message)
37+
void log(const(char)[] message)
3838
{
3939
if (logging)
4040
fwritefln(logfile, message);

0 commit comments

Comments
 (0)