Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Oct 22, 2024
1 parent b143523 commit 2197385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/leak_tracker/lib/src/leak_tracking/leak_tracking.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ abstract class LeakTracking {
/// requested for a non-supported platform.
static bool warnForUnsupportedPlatforms = true;

/// Customized link to documentation how to troubleshoot leaks.
/// Customized link to documentation on how to troubleshoot leaks.
///
/// Used to provide a link to the user in the generated leak report.
/// If not provided, the [Links.gitHubTroubleshooting] is used.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/leak_tracker/lib/src/shared/_primitives.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ObjectRef<T> {
T value;
}

/// Link to documentation how to troubleshoot leaks.
/// Customized link to documentation on how to troubleshoot leaks.
///
/// Used to provide a link to the user in the generated leak report.
/// Defaults to [Links.gitHubTroubleshooting].
Expand Down

0 comments on commit 2197385

Please sign in to comment.