Skip to content

Commit

Permalink
update phetioDocumentation, #1302
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 19, 2023
1 parent aea4a34 commit 1400c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/getStringModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const StringStateIOType = new IOType( 'StringStateIO', {
PhetioObject.create( {
phetioType: StringStateIOType,
tandem: Tandem.GENERAL_MODEL.createTandem( 'stringsState' ),
phetioDocumentation: 'Strings that have changed from their initial values',
phetioDocumentation: 'Strings that have changed from their initial values. Each string value is specific to the locale it changed in.',
phetioState: true
} );

Expand Down

0 comments on commit 1400c6d

Please sign in to comment.