We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e551bdf commit 8d4bc91Copy full SHA for 8d4bc91
1 file changed
packages/devtools_app/lib/src/service/vm_service_wrapper.dart
@@ -114,7 +114,7 @@ class VmServiceWrapper extends VmService {
114
/// A sequence number incremented and attached to each DAP request.
115
static int _dapSeq = 0;
116
117
- /// Executes `callback` for each isolate, and waiting for all callbacks to
+ /// Executes [callback] for each isolate, and waits for all callbacks to
118
/// finish before completing.
119
Future<void> forEachIsolate(
120
Future<void> Function(IsolateRef) callback,
0 commit comments