Skip to content

Commit de1322c

Browse files
committed
fix: typo
1 parent e7870ed commit de1322c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackdriver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func (l *ContextLogger) Infof(format string, args ...interface{}) {
155155
l.write(SeverityInfo, fmt.Sprintf(format, args...))
156156
}
157157

158-
// Infofln logs a message at INFO severity
158+
// Infoln logs a message at INFO severity
159159
func (l *ContextLogger) Infoln(args ...interface{}) {
160160
l.write(SeverityInfo, fmt.Sprintln(args...))
161161
}

0 commit comments

Comments
 (0)