Skip to content

Commit 8e6076d

Browse files
committed
Docs: fix doclink saying min not amin
1 parent 5b8b257 commit 8e6076d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/blastoff/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//!
66
//! **blastoff uses 1-based indexing, reflecting cuBLAS' behavior. This means
77
//! you will likely need to do some math to any returned indices. For example,
8-
//! [`min`](crate::context::CublasContext::min) returns a 1-based index.
8+
//! [`amin`](crate::context::CublasContext::amin) returns a 1-based index.
99
1010
pub use cublas_sys as sys;
1111
use num_complex::{Complex32, Complex64};

0 commit comments

Comments
 (0)