diff options
Diffstat (limited to 'node_simple.js')
| -rw-r--r-- | node_simple.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_simple.js b/node_simple.js index 228e861..cb9fcf1 100644 --- a/node_simple.js +++ b/node_simple.js @@ -1017,7 +1017,7 @@ exports.add_exam = function (fields, questions_array, serverCallback) { * OR FALSE if it does not exist in the database. * * @param {string[]} fields: an array of format ["course_code", year, "term", "type"] - * @param {fucntion} serverCallback: ... + * @param {function} serverCallback: ... * @param {function} callback: with args (<bool>, ...) * where <bool> : found ? true : false * */ |
