| 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>
|
|
|