Browse Source

docs(matrix_ops): fix import typo

1150-replace-even
davhojt 2 years ago committed by Dav Hojt
parent
commit
4e9d32395c
  1. 2
      subjects/matrix_ops/README.md

2
subjects/matrix_ops/README.md

@ -28,7 +28,7 @@ impl Sub for Matrix {
Here is a program to test your function
```rust
use matrix_ops::*;
use matrix::*;
fn main() {
let matrix = Matrix(vec![vec![8, 1], vec![9, 1]]);

Loading…
Cancel
Save