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 Jan 8, 2019
1 parent ae94a2b commit 07d5366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/Charge.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ define( function( require ) {
* Returns the radius of the charge object.
*
* @override
* @return {number}
* @returns {number}
*/
calculateRadius: function() {
return this.radiusProperty.get();
Expand Down

0 comments on commit 07d5366

Please sign in to comment.