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 6d917e7 commit 586b5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/game/model/GameFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ define( function( require ) {
* Creates a set of equations to be used in the game.
* If 'playAll' query parameter is defined, return all equations for the level.
* @param level
* @return [Equation]
* @returns {Equation}
*/
createEquations: function( level ) {

Expand Down

0 comments on commit 586b5e9

Please sign in to comment.