Skip to content

Commit c202eee

Browse files
committed
fixed mod.rs errors
1 parent 9019283 commit c202eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/financial/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ mod payback;
44
mod present_value;
55
pub use compound_interest::compound_interest;
66
pub use npv::npv;
7-
pub use payback;
7+
pub use payback::payback;
88
pub use present_value::present_value;

0 commit comments

Comments
 (0)