diff options
| author | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-17 16:03:37 +0000 |
|---|---|---|
| committer | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-17 16:03:37 +0000 |
| commit | 55098c767afb0b119aaeda330eaedba5c1a87dc3 (patch) | |
| tree | 01e49b33bd169fc2e7ce6479fc83b0041e63af4f | |
| parent | 0752d4b9474daeebfa9b0566ef5374bebbb3074f (diff) | |
fixed mistake in table
| -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 4795333..5542c40 100644 --- a/node_simple.js +++ b/node_simple.js @@ -32,7 +32,7 @@ // |=======================courses=========================| // |_________ _id_____________|course_code|title___________| // |==========================|===========|================| -// |"578a44ff71ed097fc3079d6e"|"CSC240" |"title" | +// |"178a42342233ff71c3079d6e"|"CSC240" |"title" | // |..........| |
