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

Unified Diff: pkg/analysis_server/lib/src/services/search/search_engine.dart

Issue 1347943006: Replace NameElement with IndexableName. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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: pkg/analysis_server/lib/src/services/search/search_engine.dart
diff --git a/pkg/analysis_server/lib/src/services/search/search_engine.dart b/pkg/analysis_server/lib/src/services/search/search_engine.dart
index e754d9ff0bfefcb1883631f59c80ff252e52533c..60391ff688e33767e5cc7b8df36b91b6293da151 100644
--- a/pkg/analysis_server/lib/src/services/search/search_engine.dart
+++ b/pkg/analysis_server/lib/src/services/search/search_engine.dart
@@ -99,7 +99,7 @@ abstract class SearchEngine {
/**
* Returns subtypes of the given [type].
*
- * [type] - the [ClassElemnet] being subtyped by the found matches.
+ * [type] - the [ClassElement] being subtyped by the found matches.
*/
Future<List<SearchMatch>> searchSubtypes(ClassElement type);

Powered by Google App Engine
This is Rietveld 408576698