Skip to content

Commit 29004e3

Browse files
committed
docs(greeks): fix escaped Markdown links in Garman-Kohlhagen formulas file
1 parent f3ac6cd commit 29004e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/greeks/garman_kohlhagen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//!
4545
//! These functions implement the carry-adjusted Garman–Kohlhagen formulas
4646
//! directly using the `b = r_d − r_f` cost-of-carry term in `d1`/`d2`. They
47-
//! do **not** delegate to [`crate::greeks::delta`] / [`gamma`] / etc.,
47+
//! do **not** delegate to \[`crate::greeks::delta`\] / \[`crate::greeks::gamma`\] / etc.,
4848
//! because those functions currently call the unadjusted `d1` (passing
4949
//! only `risk_free_rate`) before multiplying by `e^(-qT)` — a mismatch
5050
//! between the d-values and the discount factor that yields incorrect

0 commit comments

Comments
 (0)