Skip to content

Commit

Permalink
profiling/timing: rename big-int factorial function
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrts committed Feb 22, 2017
1 parent e7af050 commit 6346cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiling/timing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6346cf0

Please sign in to comment.