Skip to content

Commit 704d508

Browse files
authored
Fix typo (#2069)
1 parent 2e6e1b6 commit 704d508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/lib/src/services/chrome_proxy_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
946946
Event(
947947
kind: EventKind.kVMUpdate,
948948
timestamp: DateTime.now().millisecondsSinceEpoch,
949-
// We are not guaranteed to have an isolate at this point an time.
949+
// We are not guaranteed to have an isolate at this point in time.
950950
isolate: null,
951951
)..vm = toVMRef(_vm),
952952
);

0 commit comments

Comments
 (0)