From 53b3860eda0f533d81b027a091253f0b50a03a6c Mon Sep 17 00:00:00 2001 From: anr-m Date: Thu, 11 Feb 2021 13:56:24 +0600 Subject: [PATCH] fix typo --- subjects/matrix_transposition/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/matrix_transposition/README.md b/subjects/matrix_transposition/README.md index 8405c648..bb214c3d 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 ) ```