Skip to content

Commit 27d0731

Browse files
committed
[ VM / Service ] s/boolean/bool/ in service.md
Change-Id: I62a25b21da7072041b972518794994d5ea1617b0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106983 Reviewed-by: Ben Konyi <bkonyi@google.com>
1 parent 929c45a commit 27d0731

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

runtime/vm/service/service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,8 @@ reference will be returned.
615615

616616
```
617617
AllocationProfile getAllocationProfile(string isolateId,
618-
boolean reset [optional],
619-
boolean gc [optional])
618+
bool reset [optional],
619+
bool gc [optional])
620620
```
621621

622622
The _getAllocationProfile_ RPC is used to retrieve allocation information for a

runtime/vm/service/service_dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,8 @@ reference will be returned.
615615

616616
```
617617
AllocationProfile getAllocationProfile(string isolateId,
618-
boolean reset [optional],
619-
boolean gc [optional])
618+
bool reset [optional],
619+
bool gc [optional])
620620
```
621621

622622
The _getAllocationProfile_ RPC is used to retrieve allocation information for a

0 commit comments

Comments
 (0)