common/exercises/forth/canonical-data.json in trackler-2.0.0.2 vs common/exercises/forth/canonical-data.json in trackler-2.0.0.3
- old
+ new
@@ -192,10 +192,10 @@
"1 drop"
],
"expected": []
},
{
- "description": "removes the top value on the stack if it not is the only one",
+ "description": "removes the top value on the stack if it is not the only one",
"input": [
"1 2 drop"
],
"expected": [1]
},