common/exercises/transpose/description.md in trackler-2.1.0.24 vs common/exercises/transpose/description.md in trackler-2.1.0.25

- old
+ new

@@ -1,7 +1,5 @@ -Take input text and output it transposed. - Given an input text output it transposed. Roughly explained, the transpose of a matrix: ``` @@ -54,6 +52,6 @@ F ``` In general, all characters from the input should also be present in the transposed output. That means that if a column in the input text contains only spaces on its bottom-most row(s), -the corresponding output row should contain the spaces in its right-most column(s). \ No newline at end of file +the corresponding output row should contain the spaces in its right-most column(s).