Skip to content

Commit

Permalink
Merge pull request #35 from franktoffel/patch-1
Browse files Browse the repository at this point in the history
Minor correction: brackets>parentheses (indexing)
  • Loading branch information
Ashwin Srinath committed May 18, 2015
2 parents 0fe6094 + abe7764 commit a128d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ We want to access a single value from the matrix:
<img src="fig/matrix-single-element.svg" style="height:350px" alt="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)
Expand Down

0 comments on commit a128d4a

Please sign in to comment.