diff --git a/app/imports/api/properties/Containers.js b/app/imports/api/properties/Containers.js index 6936bd15..808edcda 100644 --- a/app/imports/api/properties/Containers.js +++ b/app/imports/api/properties/Containers.js @@ -39,7 +39,7 @@ const ComputedOnlyContainerSchema = createPropertySchema({ type: 'computedOnlyInlineCalculationField', optional: true, }, - // Weight of all the contents, zero if `contentsWeightless` is true + // Weight of all the contents. contentsWeight: { type: Number, optional: true,