diff --git a/miscellaneous.html b/miscellaneous.html index 1377f78..d5f6b5b 100644 --- a/miscellaneous.html +++ b/miscellaneous.html @@ -89,7 +89,7 @@
The function random will return a random number within a range. The function takes in two parameters. The first number in the range, and the final number in the range.
var x = random(1,100)
-//sets variable 'random' to a random number between 1 and 100
+//sets variable 'x' to a random number between 1 and 100