tracks/kotlin/exercises/pascals-triangle/README.md in trackler-2.2.1.49 vs tracks/kotlin/exercises/pascals-triangle/README.md in trackler-2.2.1.50

- old
+ new

@@ -1,5 +1,5 @@ -# Pascals Triangle +# Pascal's Triangle Compute Pascal's triangle up to a given number of rows. In Pascal's Triangle each number is computed by adding the numbers to the right and left of the current position in the previous row.