| 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];
|
| }
|
| ```
|
|
|
|
|