diff --git a/github/doc.go b/github/doc.go index 9b324c4..89c6db3 100644 --- a/github/doc.go +++ b/github/doc.go @@ -75,7 +75,7 @@ Helper functions have been provided to easily create these pointers for string, bool, and int values. For example: // create a new private repository named "foo" - repo := &github.Repo{ + repo := &github.Repository{ Name: github.String("foo"), Private: github.Bool(true), }