We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7805883 commit 3c8ca6bCopy full SHA for 3c8ca6b
1 file changed
crates/RustQuant_cashflows/src/quotes.rs
@@ -41,7 +41,7 @@ impl SimpleQuote {
41
/// # Examples
42
///
43
/// ```rust
44
- /// use RustQuant::money::SimpleQuote;
+ /// use RustQuant::cashflows::SimpleQuote;
45
46
/// let mut quote = SimpleQuote::new(Some(10.0));
47
/// let diff = quote.set_value(Some(15.0));
@@ -70,7 +70,7 @@ impl SimpleQuote {
70
71
72
73
- /// use RustQuant::money::{Quote, SimpleQuote};
+ /// use RustQuant::cashflows::{Quote, SimpleQuote};
74
75
76
/// assert!(quote.is_valid());
0 commit comments