Skip to content

Commit

Permalink
README.md: fix typo (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumakichi committed Aug 12, 2020
1 parent b96604f commit 6fb0d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ To print the runtime statistics such as number of goroutines and `GOMAXPROCS`.
##### Pprof

gops supports CPU and heap pprof profiles. After reading either heap or CPU profile,
it shells out to the `go tool pprof` and let you interatively examine the profiles.
it shells out to the `go tool pprof` and let you interactively examine the profiles.

To enter the CPU profile, run:

Expand Down

0 comments on commit 6fb0d86

Please sign in to comment.