Skip to content

Commit

Permalink
Fix wrong identifiers in JSdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacqu committed Jun 6, 2021
1 parent 350d069 commit 115853d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/mathtrainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@

/**
* Processes the operators the user wants to use for the training session.
* Note that the checkboxes in the HTML are expected to have ID #op_{name},
* where {name} is the operator abbreviation, e.g. #op_add or #op_div.
* Note that the checkboxes in the HTML are expected to have ID #op{name},
* where {name} is the operator abbreviation, e.g. #opadd or #opdiv.
*/
var initializeOperators = function () {
var inputOperators = [];
Expand Down

0 comments on commit 115853d

Please sign in to comment.