Skip to content

Commit

Permalink
Code review commit
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-brands committed Sep 6, 2023
1 parent 5237532 commit 9fee186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ public bool IsDisposalOf(

if (arguments.Count == 0 && (target is not null || conditionalTarget is not null))
{
// This muse be `diposable(?).DisposeMethod()`
// This must be `diposable(?).DisposeMethod()`
symbol = GetIdentifier(target ?? conditionalTarget!);
}
else if (arguments.Count == 1)
Expand Down

0 comments on commit 9fee186

Please sign in to comment.