mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Add a missing comma.
BUG= R=rmacnak@google.com Review-Url: https://codereview.chromium.org/2949243002 .
This commit is contained in:
parent
bcb4fcfa11
commit
ae80af3abb
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ Note that breakpoints are added and removed on a per-isolate basis.
|
|||
```
|
||||
@Instance|@Error|Sentinel evaluate(string isolateId,
|
||||
string targetId,
|
||||
string expression
|
||||
string expression,
|
||||
map<string,string> scope [optional])
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue