Skip to content

Commit 7f8b27d

Browse files
authored
Typo
1 parent aeabf4b commit 7f8b27d

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/02-number/9-random-int-min-max

1 file changed

+1
-1
lines changed

1-js/05-data-types/02-number/9-random-int-min-max/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Now we can clearly see that `1` gets twice less values than `2`. And the same wi
2727

2828
# The correct solution
2929

30-
There are many correct solutions to the task. One of them is to adjust interval borders. To ensure the same intervals, we can generate values from `0.5 to 2.5`, thus adding the required probabilities to the edges:
30+
There are many correct solutions to the task. One of them is to adjust interval borders. To ensure the same intervals, we can generate values from `0.5 to 3.5`, thus adding the required probabilities to the edges:
3131

3232
```js run
3333
*!*

0 commit comments

Comments
 (0)