mirror of
https://github.com/SinTan1729/matrix-basic.git
synced 2024-12-25 05:28:36 -06:00
docs: Added a hyperlink
This commit is contained in:
parent
d3c8ffd11e
commit
59119e2c30
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ pub struct Matrix<T: ToMatrix> {
|
|||
}
|
||||
|
||||
impl<T: ToMatrix> Matrix<T> {
|
||||
/// Creates a matrix from given 2D "array" in a `Vec<Vec<T>>` form.
|
||||
/// Creates a matrix from given 2D "array" in a [`Vec<Vec<T>>`] form.
|
||||
/// It'll throw an error if all the given rows aren't of the same size.
|
||||
/// # Example
|
||||
/// ```
|
||||
|
|
Loading…
Reference in a new issue