Fix wording in spec

Change-Id: I468d0afa21102fc6fe6f30aa1c7bd0d1c46d8f94
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/105464
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Brian Wilkerson 2019-06-10 17:24:35 +00:00 committed by commit-bot@chromium.org
parent 0a0927de9c
commit c41e9ae0e8
4 changed files with 24 additions and 24 deletions

View file

@ -8296,19 +8296,19 @@ class EditDartfixResult implements ResponseResult {
/**
* Messages that should be displayed to the user that describe details of the
* fix generation. This could be details that users might want to explore
* before committing the changes to descriptions of exceptions that were
* thrown but that did not stop the fixes from being produced. The list will
* be omitted if it is empty.
* fix generation. For example, the messages might (a) point out details that
* users might want to explore before committing the changes or (b) describe
* exceptions that were thrown but that did not stop the fixes from being
* produced. The list will be omitted if it is empty.
*/
List<String> get details => _details;
/**
* Messages that should be displayed to the user that describe details of the
* fix generation. This could be details that users might want to explore
* before committing the changes to descriptions of exceptions that were
* thrown but that did not stop the fixes from being produced. The list will
* be omitted if it is empty.
* fix generation. For example, the messages might (a) point out details that
* users might want to explore before committing the changes or (b) describe
* exceptions that were thrown but that did not stop the fixes from being
* produced. The list will be omitted if it is empty.
*/
void set details(List<String> value) {
this._details = value;

View file

@ -1779,10 +1779,10 @@ abstract class IntegrationTestMixin {
* details: List<String> (optional)
*
* Messages that should be displayed to the user that describe details of
* the fix generation. This could be details that users might want to
* explore before committing the changes to descriptions of exceptions that
* were thrown but that did not stop the fixes from being produced. The
* list will be omitted if it is empty.
* the fix generation. For example, the messages might (a) point out
* details that users might want to explore before committing the changes
* or (b) describe exceptions that were thrown but that did not stop the
* fixes from being produced. The list will be omitted if it is empty.
*/
Future<EditDartfixResult> sendEditDartfix(List<String> included,
{List<String> includedFixes,

View file

@ -2259,10 +2259,10 @@
</list>
<p>
Messages that should be displayed to the user that describe details of
the fix generation. This could be details that users might want to
explore before committing the changes to descriptions of exceptions
that were thrown but that did not stop the fixes from being produced.
The list will be omitted if it is empty.
the fix generation. For example, the messages might (a) point out
details that users might want to explore before committing the changes
or (b) describe exceptions that were thrown but that did not stop the
fixes from being produced. The list will be omitted if it is empty.
</p>
</field>
</result>

View file

@ -8296,19 +8296,19 @@ class EditDartfixResult implements ResponseResult {
/**
* Messages that should be displayed to the user that describe details of the
* fix generation. This could be details that users might want to explore
* before committing the changes to descriptions of exceptions that were
* thrown but that did not stop the fixes from being produced. The list will
* be omitted if it is empty.
* fix generation. For example, the messages might (a) point out details that
* users might want to explore before committing the changes or (b) describe
* exceptions that were thrown but that did not stop the fixes from being
* produced. The list will be omitted if it is empty.
*/
List<String> get details => _details;
/**
* Messages that should be displayed to the user that describe details of the
* fix generation. This could be details that users might want to explore
* before committing the changes to descriptions of exceptions that were
* thrown but that did not stop the fixes from being produced. The list will
* be omitted if it is empty.
* fix generation. For example, the messages might (a) point out details that
* users might want to explore before committing the changes or (b) describe
* exceptions that were thrown but that did not stop the fixes from being
* produced. The list will be omitted if it is empty.
*/
void set details(List<String> value) {
this._details = value;