Skip to content

Commit

Permalink
Update documentation, see phetsims/axon#336
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and chrisklus committed Jun 2, 2021
1 parent 43b3838 commit ee79121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/make-a-ten/common/model/MakeATenCommonModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import PaperNumber from './PaperNumber.js';
* @constructor
*/
function MakeATenCommonModel() {
// @public {ObservableArray.<PaperNumber>} - Numbers in play that can be interacted with.
// @public {ObservableArrayDef.<PaperNumber>} - Numbers in play that can be interacted with.
this.paperNumbers = createObservableArray();
}

Expand Down

0 comments on commit ee79121

Please sign in to comment.