diff --git a/Chickensoft.LogicBlocks.DiagramGenerator/src/Diagrammer.cs b/Chickensoft.LogicBlocks.DiagramGenerator/src/Diagrammer.cs index b15b651..c73827d 100644 --- a/Chickensoft.LogicBlocks.DiagramGenerator/src/Diagrammer.cs +++ b/Chickensoft.LogicBlocks.DiagramGenerator/src/Diagrammer.cs @@ -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