aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2017-04-06 19:58:55 +0200
committerJoris2017-04-06 19:58:55 +0200
commitba548aafb4dcad5d7d69ef85b9b13e852facd31d (patch)
tree068ad2c5fd665d7078432873c9aac7da3716542e
parent1d8b3c8c858e30f68bfacac47601be4993134b97 (diff)
downloadglycemie-ba548aafb4dcad5d7d69ef85b9b13e852facd31d.tar.gz
glycemie-ba548aafb4dcad5d7d69ef85b9b13e852facd31d.tar.bz2
glycemie-ba548aafb4dcad5d7d69ef85b9b13e852facd31d.zip
Fix spelling error
-rw-r--r--src/Food.purs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Food.purs b/src/Food.purs
index 19b667c..50e1309 100644
--- a/src/Food.purs
+++ b/src/Food.purs
@@ -25,5 +25,5 @@ all =
, { name: "pommes de terres (cuites avec leur peau)", glycemicIndex: 70, carbohydrates: 37 }
, { name: "lentilles vertes", glycemicIndex: 30, carbohydrates: 30 }
, { name: "lentilles corail", glycemicIndex: 21, carbohydrates: 48 }
- , { name: "riz basmatti", glycemicIndex: 58, carbohydrates: 25 }
+ , { name: "riz basmati", glycemicIndex: 58, carbohydrates: 25 }
]