Selaa lähdekoodia

Update README-NumberUtilities.md

Wilhem Alcivar 6 vuotta sitten
vanhempi
commit
24118cb7b3
No account linked to committer's email
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      README-NumberUtilities.md

+ 1
- 1
README-NumberUtilities.md Näytä tiedosto

@@ -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