Browse Source

Update README-NumberUtilities.md

Wilhem Alcivar 6 years ago
parent
commit
24118cb7b3
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README-NumberUtilities.md

+ 1
- 1
README-NumberUtilities.md View File

@@ -234,7 +234,7 @@
234 234
     // : Given
235 235
     int start = 5;
236 236
     int stop = 20;
237
-    int step = 2;
237
+    int step = 5;
238 238
     int exponent = 2;
239 239
     
240 240
     // : When