diff --git a/profiling/timing.md b/profiling/timing.md index 8de3ed1..2413a85 100644 --- a/profiling/timing.md +++ b/profiling/timing.md @@ -25,7 +25,7 @@ func Duration(invocation time.Time, name string) { ## Usage ```go -func IntFactorial(x big.Int) *big.Int { +func BigIntFactorial(x big.Int) *big.Int { defer profile.Duration(time.Now(), "IntFactorial") y := big.NewInt(1)