Skip to content

Commit a3a2a05

Browse files
authored
Merge pull request #42 from bicycle1885/patch-1
Add a missing backquote in README.md
2 parents dd911a2 + ea3983e commit a3a2a05

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
@@ -12,7 +12,7 @@ most of the functions always return `BigInt`, and are marked as such below.
1212
This library provides the following functions:
1313
- `bellnum(n)`: returns the n-th Bell number; always returns a `BigInt`;
1414
- `catalannum(n)`: returns the n-th Catalan number; always returns a `BigInt`;
15-
- `combinations(a)`: returns combinations of all order by chaining calls to `Base.combinations(a,n);
15+
- `combinations(a)`: returns combinations of all order by chaining calls to `Base.combinations(a,n)`;
1616
- `derangement(n)`/`subfactorial(n)`: returns the number of permutations of n with no fixed points; always returns a `BigInt`;
1717
- `doublefactorial(n)`: returns the double factorial n!!; always returns a `BigInt`;
1818
- `fibonacci(n)`: the n-th Fibonacci number; always returns a `BigInt`;

0 commit comments

Comments
 (0)