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

Unified Diff: runtime/lib/string_patch.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 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 | « runtime/bin/gen_snapshot.cc ('k') | runtime/observatory/lib/src/elements/helpers/tag.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/string_patch.dart
diff --git a/runtime/lib/string_patch.dart b/runtime/lib/string_patch.dart
index 7fad31b0452cbf1fa99a4f4583178a53280f33a9..db078eeb91779e06a6829a90a60582d5b6c6576c 100644
--- a/runtime/lib/string_patch.dart
+++ b/runtime/lib/string_patch.dart
@@ -101,7 +101,7 @@ abstract class _StringBase {
* Create the most efficient string representation for specified
* [charCodes].
*
- * Only uses the character codes betwen index [start] and index [end] of
+ * Only uses the character codes between index [start] and index [end] of
* `charCodes`. They must satisfy `0 <= start <= end <= charCodes.length`.
*
* The [limit] is an upper limit on the character codes in the iterable.
« no previous file with comments | « runtime/bin/gen_snapshot.cc ('k') | runtime/observatory/lib/src/elements/helpers/tag.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698