Typo at End of Arrays
DrAtbas opened this issue · 1 comments
DrAtbas commented
Description of the issue:
Typo at Keypoints.
Location of the issue:
It is located at:
https://uomresearchit.github.io/matlab-novice/02-arrays.html
Currently it is in the last keypoints section.
Current wording:
E.g. M(5,[3,4,5])”
I think the " at the end is unnecessary.
Suggested correction:
E.g. M(5,[3,4,5])
If I'm incorrect, I'm sorry for raising this issue.
fherreazcue commented
Fixed in #46