diff --git a/app/imports/api/properties/Containers.js b/app/imports/api/properties/Containers.js index f840a0bf..e33f250e 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,