Skip to content

Commit 80376b2

Browse files
committed
Add clio to ignored cup measurement
1 parent 18241da commit 80376b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversion_helper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ const unitLookupList = [
402402
"isWeaklyInvalidInput" : isHyperbole,
403403
"conversionFunction" : (i) => volumeMap(i * 0.24),
404404
"ignoredUnits" : metricVolumeUnits,
405-
"ignoredKeywords" : ["bra", "band", "sizes?"]
405+
"ignoredKeywords" : ["bra", "band", "sizes?", "clio"]
406406
},
407407
{
408408
"imperialUnits" : [/pints?/],

0 commit comments

Comments
 (0)