diff --git a/docs/src/getting-started.md b/docs/src/getting-started.md index c6ea138..263e964 100644 --- a/docs/src/getting-started.md +++ b/docs/src/getting-started.md @@ -34,7 +34,7 @@ A = [1 2 3; 4 5 6] B = [7 8 9 10; 11 12 13 14; 15 16 17 18] -C = Octavian.matmul(A, B) # (multi-threaded) multiply A×B and return the result +C = Octavian.matmul(A, B) # (multi-threaded) multiply A×B and return the result C