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

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

Issue 1708823002: Add missing semicolons to service.md document (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 b2cee0f74f4380c22f114ab46e1153cbb1cdaf6b..31535637654d4f1a4df0efac69ed5025586ccf31 100644
--- a/runtime/vm/service/service.md
+++ b/runtime/vm/service/service.md
@@ -921,7 +921,7 @@ class Breakpoint extends Object {
// Is this a breakpoint that was added synthetically as part of a step
// OverAsyncSuspension resume command?
- bool isSyntheticAsyncContinuation [optional].
+ bool isSyntheticAsyncContinuation [optional];
// SourceLocation when breakpoint is resolved, UnresolvedSourceLocation
// when a breakpoint is not resolved.
@@ -1218,7 +1218,7 @@ class Event extends Response {
// This is provided for the event kinds:
// PauseBreakpoint
// PauseInterrupted
- bool atAsyncSuspension [optional]
+ bool atAsyncSuspension [optional];
}
```
« 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