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

Unified Diff: tools/testing/dart/dependency_graph.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
Index: tools/testing/dart/dependency_graph.dart
diff --git a/tools/testing/dart/dependency_graph.dart b/tools/testing/dart/dependency_graph.dart
index abdcf50255df1d672303f0ffac3ba4c688c96836..f7e43f800fb9bfdcff2431dc92e11e09fda82c9d 100644
--- a/tools/testing/dart/dependency_graph.dart
+++ b/tools/testing/dart/dependency_graph.dart
@@ -10,7 +10,7 @@ import 'utils.dart';
/*
* [Graph] represents a datastructure for representing an DAG (directed acyclic
* graph). Each node in the graph is in a given [NodeState] and can have data
- * attachted to it with [Node.userData].
+ * attached to it with [Node.userData].
*
* It's interface consists basically of these methods:
* - newNode: Adds a new node to the graph with the given dependencies and
« no previous file with comments | « tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate ('k') | tools/testing/dart/runtime_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698