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

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

Issue 2949243002: Add a missing comma. (Closed)
Patch Set: Created 3 years, 6 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_dev.md
diff --git a/runtime/vm/service/service_dev.md b/runtime/vm/service/service_dev.md
index 940ac57dc124d29293206db47d36d638ad50422b..30ac5e19e0a87632e812ade594b6c56d7bd431b5 100644
--- a/runtime/vm/service/service_dev.md
+++ b/runtime/vm/service/service_dev.md
@@ -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])
```
« 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