Skip to content

Commit 7323b72

Browse files
committed
Fixing typo
1 parent 4e46102 commit 7323b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A single iteration of the simulation is as follows:
3737
The formula for the success evaluation of the simulation is a simple ratio:
3838

3939
$$
40-
p = \frac{s}{i} \times 100 \%
40+
p = \frac{success}{iterations} \times 100 \%
4141
$$
4242

4343
where:

0 commit comments

Comments
 (0)