diff --git a/01-intro.md b/01-intro.md index 5ebd6aa1..67920634 100644 --- a/01-intro.md +++ b/01-intro.md @@ -336,7 +336,7 @@ We want to access a single value from the matrix: Accessing a single value To do that, we must provide -its [index](reference.html#index) in brackets: +its [index](reference.html#index) in parentheses: ~~~ {.matlab} M(5, 6)