marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
3.01k stars 795 forks source link

Ch. 6 – Small typo #372

Closed mikegowen closed 6 years ago

mikegowen commented 6 years ago

If you mirror a symmetric matrix around it top-left to bottom-right diagonal, it stays the same.

to

If you mirror a symmetric matrix around its top-left to bottom-right diagonal, it stays the same.

marijnh commented 6 years ago

Thanks! Fixed in 8aab52c