Ver código fonte

Update README-NumberUtilities.md

Wilhem Alcivar 6 anos atrás
pai
commit
24118cb7b3
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      README-NumberUtilities.md

+ 1
- 1
README-NumberUtilities.md Ver arquivo

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