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

Unified Diff: pkg/compiler/lib/src/resolution/semantic_visitor.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 | « pkg/compiler/lib/src/mirrors_used.dart ('k') | pkg/dart_messages/lib/generated/shared_messages.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/resolution/semantic_visitor.dart
diff --git a/pkg/compiler/lib/src/resolution/semantic_visitor.dart b/pkg/compiler/lib/src/resolution/semantic_visitor.dart
index 304b852637d1254433cf78f5c974f375abffa56e..211bd07d022a44622229bb5363cf10a840797fa1 100644
--- a/pkg/compiler/lib/src/resolution/semantic_visitor.dart
+++ b/pkg/compiler/lib/src/resolution/semantic_visitor.dart
@@ -330,7 +330,7 @@ abstract class SemanticSendVisitor<R, A> {
R visitDynamicPropertyInvoke(
Send node, Node receiver, NodeList arguments, Selector selector, A arg);
- /// Conditinal invocation of the property defined by [selector] on [receiver]
+ /// Conditional invocation of the property defined by [selector] on [receiver]
/// with [arguments], if [receiver] is not null.
///
/// For instance:
@@ -2201,7 +2201,7 @@ abstract class SemanticSendVisitor<R, A> {
R errorInvalidSetIfNull(Send node, ErroneousElement error, Node rhs, A arg);
/// If-null assignment expression of [rhs] to the class type literal
- /// [contant]. That is, [rhs] is only evaluated and assigned, if the value
+ /// [constant]. That is, [rhs] is only evaluated and assigned, if the value
/// is of the [constant] is `null`. The behavior is thus equivalent to a type
/// literal access.
///
« no previous file with comments | « pkg/compiler/lib/src/mirrors_used.dart ('k') | pkg/dart_messages/lib/generated/shared_messages.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698