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

Unified Diff: pkg/lookup_map/README.md

Issue 1301373009: Fix typo in lookup map, use pub_semver to check version constraints in dart2js (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « pkg/lookup_map/CHANGELOG.md ('k') | pkg/lookup_map/lib/lookup_map.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/lookup_map/README.md
diff --git a/pkg/lookup_map/README.md b/pkg/lookup_map/README.md
index ecab6b56964bc792d41d38ec0bcae002bcefca4d..a3337912f14297a05dcfcdf3293373be01b57ff3 100644
--- a/pkg/lookup_map/README.md
+++ b/pkg/lookup_map/README.md
@@ -2,7 +2,7 @@
This package contains the definition of `LookupMap`: a simple, but very
restricted map. The map can only hold constant keys and the only way to use the
-map is to retrieve values with a key you already have. Expect for lookup, any
+map is to retrieve values with a key you already have. Except for lookup, any
other operation in `Map` (like forEach, keys, values, length, etc) is not
available.
« no previous file with comments | « pkg/lookup_map/CHANGELOG.md ('k') | pkg/lookup_map/lib/lookup_map.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698