Skip to content

Commit

Permalink
fix some typos (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: cuishuang <imcusg@gmail.com>
  • Loading branch information
cuishuang committed May 23, 2022
1 parent 3eac545 commit f658408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/main.go
Expand Up @@ -18,7 +18,7 @@ const (
)

// sleepURL is the url for the sleep server used by slowNetworkRequest. It's
// a global variable to keep the cute simplicitly of main's loop.
// a global variable to keep the cute simplicity of main's loop.
var sleepURL string

func main() {
Expand Down
2 changes: 1 addition & 1 deletion format.go
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/google/pprof/profile"
)

// Format decides how the ouput is rendered to the user.
// Format decides how the output is rendered to the user.
type Format string

const (
Expand Down

0 comments on commit f658408

Please sign in to comment.