Skip to content

Commit 65ea05e

Browse files
committed
Fix changelog
1 parent 2e66347 commit 65ea05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Bug fixes
44

55
- Fix
6-
[`BaseError.normalize(error, NewErrorClass)](README.md#errorclassnormalizeerror-newerrorclass).
6+
[`BaseError.normalize(error, NewErrorClass)`](README.md#errorclassnormalizeerror-newerrorclass).
77
`error` is converted to `NewErrorClass` if it was an instance of a
88
`BaseError`'s subclass. However, `error` was not converted when it was an
99
instance of `BaseError` itself, which was incorrect.

0 commit comments

Comments
 (0)