Skip to content

Commit 8aab52c

Browse files
committed
Fix typo in Chapter 6
1 parent 24db386 commit 8aab52c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

06_object.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -863,9 +863,9 @@ temperature using degrees Fahrenheit.
863863
{{index inheritance, "matrix example", "object-oriented programming", "SymmetricMatrix class"}}
864864

865865
Some matrices are known to be _symmetric_. If you mirror a symmetric
866-
matrix around it top-left to bottom-right diagonal, it stays the same.
867-
In other words, the value stored at _x_,_y_ is always the same as that
868-
at _y_,_x_.
866+
matrix around its top-left to bottom-right diagonal, it stays the
867+
same. In other words, the value stored at _x_,_y_ is always the same
868+
as that at _y_,_x_.
869869

870870
Imagine we need a data structure like `Matrix`, but one which enforces
871871
the fact that the matrix is and remains symmetrical. We could write it

0 commit comments

Comments
 (0)