Skip to content

Commit

Permalink
Update orchestration.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Jul 19, 2023
1 parent 527f259 commit bd2b901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/leak_tracker/lib/src/leak_tracking/orchestration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MemoryLeaksDetectedError extends StateError {
/// to wait infinitely for the forced garbage collection, that is needed
/// to analyse results.
///
/// [gcCountBuffer] is delta of full GC cycles, enough for a non reachable object to be GCed.
/// [gcCountBuffer] is number of full GC cycles, enough for a non reachable object to be GCed.
///
///
/// If you test Flutter widgets, connect their instrumentation to the leak
Expand Down

0 comments on commit bd2b901

Please sign in to comment.