Skip to content

Commit 8d4bc91

Browse files
authored
Fix comment on "forEachIsolate" (#9272)
1 parent e551bdf commit 8d4bc91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devtools_app/lib/src/service/vm_service_wrapper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class VmServiceWrapper extends VmService {
114114
/// A sequence number incremented and attached to each DAP request.
115115
static int _dapSeq = 0;
116116

117-
/// Executes `callback` for each isolate, and waiting for all callbacks to
117+
/// Executes [callback] for each isolate, and waits for all callbacks to
118118
/// finish before completing.
119119
Future<void> forEachIsolate(
120120
Future<void> Function(IsolateRef) callback,

0 commit comments

Comments
 (0)