Index: runtime/vm/service/service.md |
diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md |
index 69beec686a98e2c8c0db12d5316302aaed15a07d..cf9751a49b9c4dcf03addb6e22f02ef4ae02486d 100644 |
--- a/runtime/vm/service/service.md |
+++ b/runtime/vm/service/service.md |
@@ -2101,7 +2101,7 @@ class VM extends Response { |
string version; |
// The process id for the VM. |
- string pid; |
+ int pid; |
// The time that the VM started in milliseconds since the epoch. |
// |