Add a missing comma.

BUG=
R=rmacnak@google.com

Review-Url: https://codereview.chromium.org/2949243002 .
This commit is contained in:
Devon Carew 2017-06-22 09:58:51 -07:00
parent bcb4fcfa11
commit ae80af3abb

View file

@ -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])
```