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

Unified Diff: runtime/vm/service/service.md

Issue 2639603002: Fix field name in ReloadReport (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service/service.md
diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
index cffa5e0ea3cec97cd54a8c726135eac6750aed10..1c9bb72a4bc2975ac38b2db60b1274940234481e 100644
--- a/runtime/vm/service/service.md
+++ b/runtime/vm/service/service.md
@@ -2183,7 +2183,7 @@ An _Object_ is a persistent object that is owned by some isolate.
```
class ReloadReport extends Response {
// Did the reload succeed or fail?
- bool status;
+ bool success;
}
```
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698