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

Unified Diff: packages/charcode/lib/charcode.dart

Issue 3014643002: Fix typo in previous roll. (Closed)
Patch Set: Created 3 years, 3 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charcode/lib/charcode.dart
diff --git a/packages/charcode/lib/charcode.dart b/packages/charcode/lib/charcode.dart
index 67f30b3419bd13de1dfcbdb1454c65ca0f4c10a6..6a702d74dffbb2d91dd76546db78361154fa3f2b 100644
--- a/packages/charcode/lib/charcode.dart
+++ b/packages/charcode/lib/charcode.dart
@@ -14,4 +14,4 @@
library charcode;
export "ascii.dart";
-export "html_entity4.dart" hide $minus, $tilde, $sub;
+export "html_entity.dart" hide $minus, $tilde, $sub;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698