Chromium Code Reviews| Index: sdk/lib/core/pattern.dart |
| diff --git a/sdk/lib/core/pattern.dart b/sdk/lib/core/pattern.dart |
| index d85c8ac970f9102f3d8fcf086e687fa4a353adc5..92ac07ef5c868ace6c4e68fcfbd1943501657428 100644 |
| --- a/sdk/lib/core/pattern.dart |
| +++ b/sdk/lib/core/pattern.dart |
| @@ -4,6 +4,9 @@ |
| part of dart.core; |
| +/** |
| + * An interface for basic searches within strings. |
| + */ |
| abstract class Pattern { |
| /** |
| * Match this pattern against the string repeatedly. |