Skip to content

Commit

Permalink
Missed a "not" in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EPNW-Eric committed May 31, 2023
1 parent efb71c0 commit 0c7cb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/dispatch_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ class DispatchSettings {

/// Used to determine which of the stored actions are still valid.
///
/// Will be `null` if [persistentQueue] is `true`, or `null` if `false`.
/// Will not be `null` if [persistentQueue] is `true`, or `null` if `false`.
final PersistenceFilter? onLoad;
}

0 comments on commit 0c7cb67

Please sign in to comment.