| Index: sdk/lib/io/platform.dart
|
| diff --git a/sdk/lib/io/platform.dart b/sdk/lib/io/platform.dart
|
| index c1447c41059f309e9794880955441359d4747665..41fd413e4e2a7b4b795b49f60db14a879d0fa4ed 100644
|
| --- a/sdk/lib/io/platform.dart
|
| +++ b/sdk/lib/io/platform.dart
|
| @@ -53,9 +53,9 @@ part of dart.io;
|
| * String os = Platform.operatingSystem;
|
| * // Or, use a predicate getter.
|
| * if (Platform.isMacOS) {
|
| - * Print('is a Mac');
|
| + * print('is a Mac');
|
| * } else {
|
| - * print('is not a Mac');
|
| + * print('is not a Mac');
|
| * }
|
| * }
|
| *
|
|
|