aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/google/go-github/github/strings.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/google/go-github/github/strings.go')
-rw-r--r--vendor/github.com/google/go-github/github/strings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/google/go-github/github/strings.go b/vendor/github.com/google/go-github/github/strings.go
index 3857723..431e1cc 100644
--- a/vendor/github.com/google/go-github/github/strings.go
+++ b/vendor/github.com/google/go-github/github/strings.go
@@ -16,7 +16,7 @@ import (
var timestampType = reflect.TypeOf(Timestamp{})
// Stringify attempts to create a reasonable string representation of types in
-// the GitHub library. It does things like resolve pointers to their values
+// the GitHub library. It does things like resolve pointers to their values
// and omits struct fields with nil values.
func Stringify(message interface{}) string {
var buf bytes.Buffer