Skip to content

Commit

Permalink
Fix typo in code comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
natebiggs committed Aug 2, 2024
1 parent c326b57 commit 6b6c9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwds/lib/src/debugging/dart_scope.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Future<List<Property>> visibleVariables({
// DDC's async lowering hoists variable declarations into scope objects. We
// create one scope object per Dart scope (skipping scopes containing no
// declarations). If a Dart scope is captured by a Dart closure the
// JS scope object will also be captued by the compiled JS closure.
// JS scope object will also be captured by the compiled JS closure.
//
// For debugging purposes we unpack these scope objects into the set of
// available properties to recreate the Dart context at any given point.
Expand Down

0 comments on commit 6b6c9b7

Please sign in to comment.