Skip to content

Commit 162bd38

Browse files
committed
Fix typo in changelog
1 parent 83e989e commit 162bd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5151
- False positives on enumerator property `Current` in `UnusedProperty`.
5252
- False positives on enums that are never referenced by name (but have used values) in `UnusedType`.
5353
- Name resolution failures in legacy initialization sections referencing the implementation section.
54-
- Name resolution failures whena accessing ancestors of enclosing types from nested type methods.
54+
- Name resolution failures when accessing ancestors of enclosing types from nested type methods.
5555
- Name resolution failures on invocations of methods with generic open array parameters.
5656
- Name resolution failures around `Create` calls on types with `constructor` constraints.
5757
- Incorrect file position calculation for multiline string tokens.

0 commit comments

Comments
 (0)