Browse Source

Merge pull request #717 from anr-m/patch-14

fix typo
content-update
LEEDASILVA 3 years ago committed by GitHub
parent
commit
ef50054522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/matrix_transposition/README.md

2
subjects/matrix_transposition/README.md

@ -13,7 +13,7 @@
Example:
```
( a b ) __ transposition __> ( a d )
( a b ) __ transposition __> ( a c )
( c d ) ( b d )
```

Loading…
Cancel
Save