Skip to content

Commit

Permalink
Fix broken intra-doc link in wasmstan module
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Nov 11, 2024
1 parent e6cf401 commit 02ed77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/augurs-prophet/src/wasmstan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//! To use the optimizer, simply enable the `wasmstan` feature of this crate and
//! create a new `WasmstanOptimizer` instance using [`WasmstanOptimizer::new`].
//! This can be passed as the `optimizer` argument when creating a new
//! [`Prophet`](augurs_prophet::Prophet) instance.
//! [`Prophet`](crate::Prophet) instance.
//!
//! Note that this optimizer runs rather slowly in debug mode, but benchmarks show
//! it to be competitive with `cmdstan` in release mode.
Expand Down

0 comments on commit 02ed77a

Please sign in to comment.