Skip to content

Commit 6346cf0

Browse files
committed
profiling/timing: rename big-int factorial function
1 parent e7af050 commit 6346cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiling/timing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func Duration(invocation time.Time, name string) {
2525
## Usage
2626

2727
```go
28-
func IntFactorial(x big.Int) *big.Int {
28+
func BigIntFactorial(x big.Int) *big.Int {
2929
defer profile.Duration(time.Now(), "IntFactorial")
3030

3131
y := big.NewInt(1)

0 commit comments

Comments
 (0)