summaryrefslogtreecommitdiff
path: root/client/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/index.js')
-rw-r--r--client/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js
index 24629c0..cb632de 100644
--- a/client/index.js
+++ b/client/index.js
@@ -134,7 +134,7 @@ function add(i, j) {
break;
case 3:
a = PRIMES[i];
- b = PRIMES[i + j + 1];
+ b = PRIMES[j];
break;
case 0:
default: