From 49f588c0ec24c974425fc3fda1f56f6bd9bd06de Mon Sep 17 00:00:00 2001 From: Peter Collingridge Date: Thu, 14 Sep 2017 21:04:22 +0100 Subject: [PATCH] Use the correct denominator in the example --- src/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.json b/src/data.json index 385c258..8729dca 100644 --- a/src/data.json +++ b/src/data.json @@ -51,7 +51,7 @@ "title": "Compare Fractions that have Common Denominators", "description": [ "When comparing fractions with the same denominator, we can just compare the numerators.", - "For example, if we compare \\frac35 and \\frac45 we are comparing 3 lots of \\frac15 and 4 lots of \\frac15. Since 3 is less than 4, \\frac37 \\lt \\frac47." + "For example, if we compare \\frac35 and \\frac45 we are comparing 3 lots of \\frac15 and 4 lots of \\frac15. Since 3 is less than 4, \\frac35 \\lt \\frac45." ], "challengeSeed": [ "% Replace the ? below with \\lt (less than), \\gt (greater than) or = (equal).",