| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index d29ea41975912efebdcb33ea6878c047452c7462..41eaf551fc3d1d29e676f6481e1983c743ed8110 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -30211,7 +30211,7 @@ abstract class ElementStream<T extends Event> implements Stream<T> {
|
| * the target. This is the opposite of bubbling behavior, where the event
|
| * is first processed for the event target and then bubbles upward.
|
| *
|
| - * ## Other Resources
|
| + * ## Other resources
|
| *
|
| * * [Event Capture]
|
| * (http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture)
|
|
|