Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed Feb 11, 2021
1 parent 8ba2674 commit 44e43b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/scripts/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ SignalBox.prototype = { /** @lends Numbas.schedule.SignalBox.prototype */
*/
callbacks: {},

/** Get a callback object for the event with the hiven name.
/** Get a callback object for the event with the given name.
* If the callback hasn't been accessed before, it's created.
*
* @param {string} name
Expand Down
2 changes: 1 addition & 1 deletion tests/numbas-runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -21419,7 +21419,7 @@ SignalBox.prototype = { /** @lends Numbas.schedule.SignalBox.prototype */
*/
callbacks: {},

/** Get a callback object for the event with the hiven name.
/** Get a callback object for the event with the given name.
* If the callback hasn't been accessed before, it's created.
*
* @param {string} name
Expand Down

0 comments on commit 44e43b5

Please sign in to comment.