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

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

Issue 1534483005: Fix a typo in the service protocol file. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years 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 5bb234fba1ec59f7ead850f78c3c5a0755c26d7e..6d2d8945054c9f24a063b9175d58ca9cc54a5188 100644
--- a/runtime/vm/service/service.md
+++ b/runtime/vm/service/service.md
@@ -58,7 +58,7 @@ The Service Protocol uses [JSON-RPC 2.0][].
- [ErrorKind](#errorkind)
- [Event](#event)
- [EventKind](#eventkind)
- - [ExtensionData](#extensiondata)
+ - [ExtensionData](#extensiondata)
- [Field](#field)
- [Flag](#flag)
- [FlagList](#flaglist)
@@ -1586,7 +1586,7 @@ class Instance extends Object {
// List
(@Instance|Sentinel)[] elements [optional];
- // The elements of a List instance.
+ // The elements of a Map instance.
//
// Provided for instance kinds:
// Map
« 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