added medicine to scientific flags
This commit is contained in:
parent
6d68ebea4c
commit
11c2f65661
|
@ -6,7 +6,8 @@ const allDefinitionsAreScientific = (meanings) => {
|
||||||
"sciences",
|
"sciences",
|
||||||
"mathematics",
|
"mathematics",
|
||||||
"natural-sciences",
|
"natural-sciences",
|
||||||
"algebra"
|
"algebra",
|
||||||
|
"medicine"
|
||||||
]
|
]
|
||||||
let scientific = 0
|
let scientific = 0
|
||||||
let totalDefs = 0
|
let totalDefs = 0
|
||||||
|
|
Loading…
Reference in New Issue