Skip to content

Commit

Permalink
Made TNumber nonparametric and moved range/units to NumberProperty, see
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 11, 2017
1 parent 37243b9 commit a473eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Tandem.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ define( function( require ) {
*
* This is used to register instances with PhET-iO.
* @param {Object} instance - the instance to add
* @param {function} type - the PhET-iO type function, such as TString or TProperty(TNumber('volts'))
* @param {function} type - the PhET-iO type function, such as TString or TProperty(TNumber)
* @public
*/
addInstance: function( instance, type ) {
Expand Down

0 comments on commit a473eb4

Please sign in to comment.