aboutsummaryrefslogtreecommitdiff
path: root/node_simple.js
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 00:03:35 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 00:03:35 +0000
commit8beb37ed67b5f2fa0f9aa85499a8f11b39c9d067 (patch)
treebd4b05a1e374b6cb10097bbcfbc12ef51c1cb85b /node_simple.js
parent5e73fe37c32faf821d3d16f0251007e366cb090b (diff)
need pull
Diffstat (limited to 'node_simple.js')
-rw-r--r--node_simple.js2
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
* */