| Index: runtime/vm/service/service.md
|
| diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
|
| index 011c2cd3049dd849ef5368d73ba2d5967d145f93..f1c0622de4b93dab658bdaae505ac176ba395854 100644
|
| --- a/runtime/vm/service/service.md
|
| +++ b/runtime/vm/service/service.md
|
| @@ -97,7 +97,7 @@ example [getVersion](#getversion) request:
|
| }
|
| ```
|
|
|
| -Currently the _id_ property must be a string. The Service Protocol
|
| +The _id_ property must be a string, number, or `null`. The Service Protocol
|
| optionally accepts requests without the _jsonprc_ property.
|
|
|
| An RPC response is a JSON object (http://json.org/). The response always specifies an
|
|
|