Correct bad comment on NotImplementedError.Error()

pull/1164/head
max furman 2 years ago
parent e8726d24fa
commit 57c1c2071d
No known key found for this signature in database

@ -70,7 +70,7 @@ type NotImplementedError struct {
Message string
}
// NotImplementedError implements the error interface.
// Error implements the error interface.
func (e NotImplementedError) Error() string {
if e.Message != "" {
return e.Message

Loading…
Cancel
Save