| Index: sdk/lib/_internal/compiler/implementation/patch_parser.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/patch_parser.dart b/sdk/lib/_internal/compiler/implementation/patch_parser.dart
|
| index 8a2dcda849188894d7caae08d12fe447b557a2b9..06430afe366fbae535010ba3f2e7963ae6201901 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/patch_parser.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/patch_parser.dart
|
| @@ -25,7 +25,7 @@
|
| * element, regardless of whether the element is one of the three patchable
|
| * element types or not.
|
| *
|
| - * ## Variants of Classes and Functions ##
|
| + * ## Variants of classes and functions ##
|
| *
|
| * With patches there are four variants of classes and function:
|
| *
|
| @@ -67,7 +67,7 @@
|
| * }
|
| *
|
| *
|
| - * ## Declaration and Implementation ##
|
| + * ## Declaration and implementation ##
|
| *
|
| * With patches we have two views on elements: as the 'declaration' which
|
| * introduces the entity and defines its interface, and as the 'implementation'
|
|
|