diff --git a/src/type/unit/Unit.js b/src/type/unit/Unit.js index 28fff3de2..950e22b74 100644 --- a/src/type/unit/Unit.js +++ b/src/type/unit/Unit.js @@ -2452,14 +2452,14 @@ export const createUnitClass = /* #__PURE__ */ factory(name, dependencies, ({ joule: { name: 'joule', base: BASE_UNITS.ENERGY, - prefixes: PREFIXES.SHORT, + prefixes: PREFIXES.LONG, value: 1, offset: 0 }, erg: { name: 'erg', base: BASE_UNITS.ENERGY, - prefixes: PREFIXES.NONE, + prefixes: PREFIXES.SHORTLONG, // Both kiloerg and kerg are acceptable value: 1e-7, offset: 0 },