Skip to content

Commit

Permalink
add phet-io docs for meanWithRemainderProperty, see #258
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jun 7, 2024
1 parent db1aa87 commit 40fd766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/distribute/model/DistributeModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ export default class DistributeModel extends SharingModel<Snack> {
}, {
tandem: options.tandem.createTandem( 'meanWithRemainderProperty' ),
phetioState: false,
phetioValueType: ObjectLiteralIO
phetioValueType: ObjectLiteralIO,
phetioDocumentation: 'Mean as a whole number and a remainder value.'
} );

this.successIndicatorsOperatingProperty = new BooleanProperty( true, {
Expand Down

0 comments on commit 40fd766

Please sign in to comment.