Skip to content

Commit 9d94b6c

Browse files
authored
Merge pull request astaxie#889 from 1046102779/patch-1
Update 14.6.md
2 parents 907cf15 + 4853aca commit 9d94b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zh/14.6.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if PprofOn {
1919
BeeApp.RegisterController(`/debug/pprof/:pp([\w]+)`, &ProfController{})
2020
}
2121
```
22-
- 设计ProfConterller
22+
- 设计ProfController
2323
```Go
2424

2525
package beego
@@ -107,4 +107,4 @@ go tool pprof http://localhost:8080/debug/pprof/profile
107107
## links
108108
* [目录](<preface.md>)
109109
* 上一节: [多语言支持](<14.5.md>)
110-
* 下一节: [小结](<14.7.md>)
110+
* 下一节: [小结](<14.7.md>)

0 commit comments

Comments
 (0)