Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1675)

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Issue 51003002: Update headings to use sentence case. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index f8c43916e6356ad38d40ed9799f140f81bbb6eb9..ad72ab6ebe8710aa6430d46f267e1a7a76b5f9be 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -28266,7 +28266,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)

Powered by Google App Engine
This is Rietveld 408576698