Skip to content

Commit

Permalink
zapcore/field.go: Fixed typo on comment line indicating that the ty…
Browse files Browse the repository at this point in the history
…pe is of complex64. (#1386)
  • Loading branch information
vyacheslav31 authored Nov 14, 2023
1 parent 628b1d0 commit ad87f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zapcore/field.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
ByteStringType
// Complex128Type indicates that the field carries a complex128.
Complex128Type
// Complex64Type indicates that the field carries a complex128.
// Complex64Type indicates that the field carries a complex64.
Complex64Type
// DurationType indicates that the field carries a time.Duration.
DurationType
Expand Down

0 comments on commit ad87f1e

Please sign in to comment.