Skip to content

Commit

Permalink
Merge pull request #28 from InSyncWithFoo/main
Browse files Browse the repository at this point in the history
Fix typo in doc comment
  • Loading branch information
konstin authored Nov 12, 2024
2 parents 2ca93b6 + 5a2b23c commit b0fe902
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 b0fe902

Please sign in to comment.