summaryrefslogtreecommitdiff
path: root/src/Q4
diff options
context:
space:
mode:
Diffstat (limited to 'src/Q4')
-rw-r--r--src/Q4/RandomSumGame.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Q4/RandomSumGame.java b/src/Q4/RandomSumGame.java
index 43728a7..b174d9e 100644
--- a/src/Q4/RandomSumGame.java
+++ b/src/Q4/RandomSumGame.java
@@ -131,7 +131,7 @@ public class RandomSumGame {
/**
* The entry point to the console application.
*
- * @params args the command line arguments passed to the program
+ * @param args the command line arguments passed to the program
*/
public static void main(String[] args) {
Scanner in = new Scanner(System.in);