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

Unified Diff: pkg/analyzer/lib/src/codegen/text_formatter.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/analysis_server/test/stress/utilities/server.dart ('k') | pkg/analyzer/lib/src/error/codes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/codegen/text_formatter.dart
diff --git a/pkg/analyzer/lib/src/codegen/text_formatter.dart b/pkg/analyzer/lib/src/codegen/text_formatter.dart
index 527490120b45ca2983bcea1b16756ef52f5ca63a..f97afe0958d38a98f45f0a07ae13206c6976b0b2 100644
--- a/pkg/analyzer/lib/src/codegen/text_formatter.dart
+++ b/pkg/analyzer/lib/src/codegen/text_formatter.dart
@@ -16,7 +16,7 @@ final RegExp whitespace = new RegExp(r'\s');
/**
* Convert the HTML in [desc] into text, word wrapping at width [width].
*
- * If [javadocStyle] is true, then the output is compatable with Javadoc,
+ * If [javadocStyle] is true, then the output is compatible with Javadoc,
* which understands certain HTML constructs.
*/
String nodesToText(List<dom.Node> desc, int width, bool javadocStyle,
« no previous file with comments | « pkg/analysis_server/test/stress/utilities/server.dart ('k') | pkg/analyzer/lib/src/error/codes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698