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

- old
+ new

@@ -1,5 +1,6 @@ -Convert a trinary number, represented as a string (e.g. '102012'), to its decimal equivalent using first principles. +Convert a trinary number, represented as a string (e.g. '102012'), to its +decimal equivalent using first principles. The program should consider strings specifying an invalid trinary as the value 0. Trinary numbers contain three symbols: 0, 1, and 2.