Skip to content

Commit

Permalink
Change phetioDocumentation for PointTool positionProperty #141
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 3, 2021
1 parent 26b5cb9 commit 853ac1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/PointTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PointTool {
// @public {Vector2}
this.positionProperty = new Vector2Property( options.position, {
tandem: options.tandem.createTandem( 'positionProperty' ),
phetioDocumentation: 'position of this point tool'
phetioDocumentation: 'position of this point tool’s crosshairs'
} );

// @public {DerivedProperty.<Quadratic|null>}
Expand Down

0 comments on commit 853ac1a

Please sign in to comment.