Skip to content

Commit 84c93d4

Browse files
committed
chore(git): merge from master
2 parents e6dfc64 + fe6db32 commit 84c93d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/args/fraction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl TryFrom<f32> for Fraction {
4141
}
4242
}
4343

44-
/// Error that occurs when converting a string into an instance of [`Fraction`].
44+
/// Error that occurs when parsing a string as [`Fraction`].
4545
#[derive(Debug, Display, Clone, PartialEq, Eq, Error)]
4646
pub enum FromStrError {
4747
ParseFloatError(ParseFloatError),

src/args/threads.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub enum Threads {
1818
Fixed(NonZeroUsize),
1919
}
2020

21-
/// Error that occurs when converting a string to an instance of [`Threads`].
21+
/// Error that occurs when parsing a string to as [`Threads`].
2222
#[derive(Debug, Display, Clone, PartialEq, Eq, Error)]
2323
#[non_exhaustive]
2424
pub enum FromStrError {

0 commit comments

Comments
 (0)