Skip to content

Commit 9fd7d32

Browse files
author
Joanna May
committed
fix: comment
1 parent 8abc771 commit 9fd7d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chickensoft.LogicBlocks.DiagramGenerator/src/Diagrammer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ INamedTypeSymbol stateBaseType
550550

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

0 commit comments

Comments
 (0)