Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo authored Nov 11, 2024
1 parent 2ca93b6 commit 5a2b23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version_specifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl VersionSpecifiers {
self.iter().all(|specifier| specifier.contains(version))
}

/// Returns `true` if the specifiers are empty is empty.
/// Returns `true` if there are no specifiers.
pub fn is_empty(&self) -> bool {
self.0.is_empty()
}
Expand Down

0 comments on commit 5a2b23c

Please sign in to comment.