Chromium Code Reviews| Index: sdk/lib/core/regexp.dart |
| diff --git a/sdk/lib/core/regexp.dart b/sdk/lib/core/regexp.dart |
| index 840754e50f92507d7a29a94f7a42df53a55366a7..b1e7f4b9134d6f92f880b96b5d40e43dc44caea8 100644 |
| --- a/sdk/lib/core/regexp.dart |
| +++ b/sdk/lib/core/regexp.dart |
| @@ -149,7 +149,7 @@ abstract class RegExp implements Pattern { |
| String stringMatch(String input); |
| /** |
| - * The pattern of this regular expression. |
| + * The source regular expression string used to create this `RegExp`. |
| */ |
| String get pattern; |