Skip to content

Commit 73bfe4e

Browse files
committed
fix typo in logarithm type error message
1 parent f5b1314 commit 73bfe4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithm/pervade.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ bin_op_mod!(
15191519
f64::from,
15201520
f64,
15211521
b.log(a),
1522-
"Cannot get the log base {b} of {a}"
1522+
"Cannot get the log base {a} of {b}"
15231523
);
15241524
pub mod complex {
15251525
use super::*;

0 commit comments

Comments
 (0)