diff --git a/subjects/matrix_transposition/README.md b/subjects/matrix_transposition/README.md index 8405c6485..bb214c3d1 100644 --- a/subjects/matrix_transposition/README.md +++ b/subjects/matrix_transposition/README.md @@ -13,7 +13,7 @@ Example: ``` -( a b ) __ transposition __> ( a d ) +( a b ) __ transposition __> ( a c ) ( c d ) ( b d ) ```