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/analysis_server/tool/spec/spec_input.html

Issue 2878273002: Misc fixes to the analysis server spec. (Closed)
Patch Set: Created 3 years, 7 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/AnalysisErrorFixes.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 05f81983adf6dfffbb6393211a92161dc5fbab99..406fba0d2931a2cf77a76b79b6e90ba410d7670c 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2195,7 +2195,7 @@
</type>
<type name="AnalysisErrorFixes">
<p>
- A list of fixes associated with a specific error
+ A list of fixes associated with a specific error.
</p>
<object>
<field name="error">
@@ -4336,8 +4336,8 @@
The lengths of the expressions that would be replaced by
a reference to the variable. The lengths correspond to
the offsets. In other words, for a given expression, if
- the offset of that expression is offsets[i], then the
- length of that expression is lengths[i].
+ the offset of that expression is <tt>offsets[i]</tt>, then
+ the length of that expression is <tt>lengths[i]</tt>.
</p>
</field>
</feedback>
@@ -4426,8 +4426,8 @@
be replaced by an invocation of the method. The lengths
correspond to the offsets. In other words, for a given
expression (or block of statements), if the offset of
- that expression is offsets[i], then the length of that
- expression is lengths[i].
+ that expression is <tt>offsets[i]</tt>, then the length
+ of that expression is <tt>lengths[i]</tt>.
</p>
</field>
</feedback>
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/AnalysisErrorFixes.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698