Skip to content

Commit

Permalink
fix tandem name, #251
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 10, 2024
1 parent 66677ca commit e3649e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/energy/model/HistogramsModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default class HistogramsModel extends PhetioObject {

this.heavySpeedBinCountsProperty = new Property( emptyBins,
combineOptions<PropertyOptions<number[]>>( {}, binCountsPropertyOptions, {
tandem: speedTandem.createTandem( 'heavySpeedCumulativeBinCountsProperty' ),
tandem: speedTandem.createTandem( 'heavySpeedBinCountsProperty' ),
phetioFeatured: true,
phetioReadOnly: true,
phetioDocumentation: `Bin counts for the speed of heavy particles (time averaged). ${speedBinsDocumentation}`
Expand Down

0 comments on commit e3649e3

Please sign in to comment.