We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7af050 commit 6346cf0Copy full SHA for 6346cf0
profiling/timing.md
@@ -25,7 +25,7 @@ func Duration(invocation time.Time, name string) {
25
## Usage
26
27
```go
28
-func IntFactorial(x big.Int) *big.Int {
+func BigIntFactorial(x big.Int) *big.Int {
29
defer profile.Duration(time.Now(), "IntFactorial")
30
31
y := big.NewInt(1)
0 commit comments