Skip to content

Commit 98b558c

Browse files
committed
Fix changelog
1 parent 65ea05e commit 98b558c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

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

1111
# 7.1.2
1212

0 commit comments

Comments
 (0)