Chromium Code Reviews| Index: sdk/lib/core/regexp.dart |
| diff --git a/sdk/lib/core/regexp.dart b/sdk/lib/core/regexp.dart |
| index c6db026bd8f2a4b326699516c139d11de0fa1f95..dd29d5109d6e3398154b8925974f986292ed509c 100644 |
| --- a/sdk/lib/core/regexp.dart |
| +++ b/sdk/lib/core/regexp.dart |
| @@ -18,7 +18,7 @@ part of dart.core; |
| * for (Match m in matches) { |
| * String match = m.group(0); |
| * print(match); |
| - * }; |
| + * } |
| * |
| * The output of the example is: |
| * |