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

Unified Diff: pkg/compiler/README.md

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 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 | « pkg/analyzer/test/src/task/strong/checker_test.dart ('k') | pkg/compiler/lib/src/closure.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/README.md
diff --git a/pkg/compiler/README.md b/pkg/compiler/README.md
index f6ed02d62ea3a7d42fead4c0a3544c2b6ef38b28..8841b154b4913cc5cf2eae5b20216a4801e95690 100644
--- a/pkg/compiler/README.md
+++ b/pkg/compiler/README.md
@@ -242,7 +242,7 @@ revisited
AI: change how we build the SDK to launch dart2js from here, most logic might
remain inside `lib/src/dart2js.dart` for testing purposes.
-* `bin/resolver.dart`: an experiemntal binary we used to run the resolver and
+* `bin/resolver.dart`: an experimental binary we used to run the resolver and
serializer. As we are moving to work on top of kernel this is deprecated and
should be deleted.
@@ -268,7 +268,7 @@ library during `pub-build` and `pub-serve`.
is another), and delete the legacy API.
**lib/src folder**: most of the compiler lives here, as very little of its
-funtionality is publicly exposed.
+functionality is publicly exposed.
* `lib/src/dart2js.dart`: the command-line script that runs dart2js. When
@@ -362,7 +362,7 @@ funtionality is publicly exposed.
expressions may be folded. Different implementations of the constant system
are used to target Dart or JavaScript.
- * `lib/src/compile_time_constants.dart`: defines how constant expresions are
+ * `lib/src/compile_time_constants.dart`: defines how constant expressions are
created from a parsed AST.
* `lib/src/constant_system_dart.dart`: defines an implementation of a constant
« no previous file with comments | « pkg/analyzer/test/src/task/strong/checker_test.dart ('k') | pkg/compiler/lib/src/closure.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698