Chromium Code Reviews| Index: corelib/src/future.dart | 
| =================================================================== | 
| --- corelib/src/future.dart (revision 5311) | 
| +++ corelib/src/future.dart (working copy) | 
| @@ -11,7 +11,7 @@ | 
| * | 
| * Future<int> future = getFutureFromSomewhere(); | 
| * future.then((value) { | 
| - * print("I received the number " + value); | 
| + * print("I received the number $value"); | 
| * }); | 
| */ | 
| interface Future<T> default FutureImpl<T> { |