Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some typos #20

Merged
merged 1 commit into from May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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