henkan 2.2.1 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -2139,7 +2139,7 @@ function getWordDefinitions(entryList, jmDict) {
2139
2139
  const defCount = definitionMap.get(
2140
2140
  pair.definitions[j].definition
2141
2141
  );
2142
- if (defCount && defCount.count > 0)
2142
+ if (defCount && defCount.count > 1)
2143
2143
  pair.definitions[j].mayNotBeAccurate = true;
2144
2144
  }
2145
2145
  japaneseDefinitions[i] = pair;