Chromium Code Reviews| Index: sdk/lib/core/regexp.dart |
| diff --git a/sdk/lib/core/regexp.dart b/sdk/lib/core/regexp.dart |
| index 99f8befa6e63a7104eacffe3fd33b0544fd69276..4b754d083d03a492f83c0cec3a3f3bbde581be8f 100644 |
| --- a/sdk/lib/core/regexp.dart |
| +++ b/sdk/lib/core/regexp.dart |
| @@ -60,7 +60,7 @@ abstract class Match { |
| String get str; |
| /** |
| - * The pattern to search for in [str]. |
| + * The pattern used to search in [str]. |
| */ |
| Pattern get pattern; |
| } |