tracks/lua/exercises/pascals-triangle/README.md in trackler-2.2.1.50 vs tracks/lua/exercises/pascals-triangle/README.md in trackler-2.2.1.51
- 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.