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

Unified Diff: tests/lib/mirrors/method_mirror_returntype_test.dart

Issue 2841543002: Spelling a (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 | « tests/language_strong/null_test.dart ('k') | tests/lib_strong/mirrors/method_mirror_returntype_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/method_mirror_returntype_test.dart
diff --git a/tests/lib/mirrors/method_mirror_returntype_test.dart b/tests/lib/mirrors/method_mirror_returntype_test.dart
index 8f574586b79320c9eed8c1dfb05e940ca38841a0..195c4bf4fb82592c83e76473e3393d6ff0115e64 100644
--- a/tests/lib/mirrors/method_mirror_returntype_test.dart
+++ b/tests/lib/mirrors/method_mirror_returntype_test.dart
@@ -44,7 +44,7 @@ main() {
ClassMirror cm = reflectClass(C);
mm = cm.declarations[#getE];
Expect.equals(true, mm.returnType is TypeMirror);
- // The spec for this is ambigious and needs to be updated before it is clear
+ // The spec for this is ambiguous and needs to be updated before it is clear
// what has to be returned.
//Expect.equals("E", _n(mm.returnType.simpleName));
Expect.equals(true, mm.owner is ClassMirror);
« no previous file with comments | « tests/language_strong/null_test.dart ('k') | tests/lib_strong/mirrors/method_mirror_returntype_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698