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

Unified Diff: sdk/lib/_internal/js_runtime/lib/js_helper.dart

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
Index: sdk/lib/_internal/js_runtime/lib/js_helper.dart
diff --git a/sdk/lib/_internal/js_runtime/lib/js_helper.dart b/sdk/lib/_internal/js_runtime/lib/js_helper.dart
index d0e60d9ec0734ec19b873706a3ed8159e95d3994..3bb3da1221c63e121daf61b96f6c8ebe86ace34e 100644
--- a/sdk/lib/_internal/js_runtime/lib/js_helper.dart
+++ b/sdk/lib/_internal/js_runtime/lib/js_helper.dart
@@ -2247,7 +2247,7 @@ class ExceptionAndStackTrace {
*/
unwrapException(ex) {
/// If error implements Error, save [ex] in [error.$thrownJsError].
- /// Otherwise, do nothing. Later, the stack trace can then be extraced from
+ /// Otherwise, do nothing. Later, the stack trace can then be extracted from
/// [ex].
saveStackTrace(error) {
if (error is Error) {
« no previous file with comments | « sdk/lib/_internal/js_runtime/lib/convert_patch.dart ('k') | sdk/lib/_internal/js_runtime/lib/native_typed_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698