Skip to content

Commit c32e1ef

Browse files
committed
Fix tiny text tweaks
1 parent 8575f13 commit c32e1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Combinatorics/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ func quickBinomialCoefficient(n: Int, _ k: Int) -> Int {
386386
}
387387
```
388388

389-
As there're the divisors for numbers from '1...k' among 'k' consecutive numbers, what is exactly we've got in the numerator of our fast formula every time we devide 'result' by '(i + 1)' we won't have a real number.
389+
As there're the divisors for numbers from `1...k` among `k` consecutive numbers, what is exactly we've got in the numerator of our fast formula every time we devide `result` by `(i + 1)` we won't have a real number.
390390

391391
Here's how you can use it:
392392

0 commit comments

Comments
 (0)