Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Oct 23, 2024
1 parent 8abc771 commit 9fd7d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chickensoft.LogicBlocks.DiagramGenerator/src/Diagrammer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ INamedTypeSymbol stateBaseType

if (!onTypeItself) {
// method is not on the current type (so it must be implemented on a
// base type) and it's not an override.
// base type).
//
// we have to check for this case since Roslyn doesn't return
// overridden methods on the derived type when asking for an interface's
Expand Down

0 comments on commit 9fd7d32

Please sign in to comment.