Skip to content

Commit 3c8ca6b

Browse files
author
Martin Reuter
committed
correct import in doc tests
1 parent 7805883 commit 3c8ca6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/RustQuant_cashflows/src/quotes.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl SimpleQuote {
4141
/// # Examples
4242
///
4343
/// ```rust
44-
/// use RustQuant::money::SimpleQuote;
44+
/// use RustQuant::cashflows::SimpleQuote;
4545
///
4646
/// let mut quote = SimpleQuote::new(Some(10.0));
4747
/// let diff = quote.set_value(Some(15.0));
@@ -70,7 +70,7 @@ impl SimpleQuote {
7070
/// # Examples
7171
///
7272
/// ```rust
73-
/// use RustQuant::money::{Quote, SimpleQuote};
73+
/// use RustQuant::cashflows::{Quote, SimpleQuote};
7474
///
7575
/// let mut quote = SimpleQuote::new(Some(10.0));
7676
/// assert!(quote.is_valid());

0 commit comments

Comments
 (0)