Skip to content

Commit db5496b

Browse files
authored
Fix type in ctod.dd (#4204)
1 parent 6afb0dd commit db5496b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ctod.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ unittest
650650
{
651651
import std.stdio;
652652
writeln("number is ", map["goodbye"]);
653-
writeln(i"map contains $(str.length) elements");
653+
writeln(i"map contains $(map.length) elements");
654654
writeln("map is ", map);
655655
}
656656
----------------------------

0 commit comments

Comments
 (0)