Skip to content

Commit 2790a52

Browse files
committed
Fix typo in Chapter 6
1 parent 57d2132 commit 2790a52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

06_object.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -864,10 +864,10 @@ matrix around it top-left to bottom-right diagonal, it stays the same.
864864
In other words, the value stored at _x_,_y_ is always the same as that
865865
at _y_,_x_.
866866

867-
Imagine we need a data structure like `Matrix`, but one which is
868-
enforces the fact that the matrix is and remains symmetrical. We could
869-
write it from scratch, but that would involve repeating some code very
870-
similar to what we already wrote.
867+
Imagine we need a data structure like `Matrix`, but one which enforces
868+
the fact that the matrix is and remains symmetrical. We could write it
869+
from scratch, but that would involve repeating some code very similar
870+
to what we already wrote.
871871

872872
{{index overriding, prototype}}
873873

0 commit comments

Comments
 (0)