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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 1409333002: DAS specification changes - spelling and ElementKind.FILE addition. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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/tool/spec/generated/java/types/RequestErrorCode.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index a48d98725943497043362342f9ff49908d6fa2d1..8c349e32670dc9f911a74d3afba7f4b7fc72191c 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -1071,7 +1071,7 @@
</notification>
<notification event="overrides">
<p>
- Reports the overridding members in a file.
+ Reports the overriding members in a file.
</p>
<p>
This notification is not subscribed to by default. Clients
@@ -1772,7 +1772,7 @@
If directives of the Dart file cannot be organized, for example
because it has scan or parse errors, or by other reasons,
<tt>ORGANIZE_DIRECTIVES_ERROR</tt> will be generated. The message
- will provide datails about the reason.
+ will provide details about the reason.
</p>
<params>
<field name="file">
@@ -2131,7 +2131,7 @@
<field name="enableSuperMixins" optional="true">
<ref>bool</ref>
<p>
- True if the client wants to enable spport for the
+ True if the client wants to enable support for the
proposed "less restricted mixins" proposal (DEP 34).
</p>
</field>
@@ -2521,6 +2521,7 @@
<value><code>ENUM</code></value>
<value><code>ENUM_CONSTANT</code></value>
<value><code>FIELD</code></value>
+ <value><code>FILE</code></value>
<value><code>FUNCTION</code></value>
<value><code>FUNCTION_TYPE_ALIAS</code></value>
<value><code>GETTER</code></value>
@@ -2906,7 +2907,7 @@
<field name="offset">
<ref>int</ref>
<p>
- The offset of the range of characters that encompases the
+ The offset of the range of characters that encompasses the
cursor position and has the same hover information as the
cursor position.
</p>
@@ -2914,7 +2915,7 @@
<field name="length">
<ref>int</ref>
<p>
- The length of the range of characters that encompases the
+ The length of the range of characters that encompasses the
cursor position and has the same hover information as the
cursor position.
</p>
@@ -3693,7 +3694,7 @@
<p>
A request was received which the analysis server does
not recognize, or cannot handle in its current
- configuation.
+ configuration.
</p>
</value>
<value>
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698