Skip to content

Commit

Permalink
Use @returns instead of @return, see phetsims/chipper#557
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 6, 2017
1 parent bf3814c commit 800611f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/make-a-ten/common/model/PaperNumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ define( function( require ) {
* Locate the boundary between the "move" input area and "split" input area, in the number's local bounds.
* @public
*
* @return {Bounds2}
* @returns {Bounds2}
*/
getBoundaryY: function() {
var bounds = this.getLocalBounds();
Expand Down

0 comments on commit 800611f

Please sign in to comment.