Skip to content

Commit a4bd1f2

Browse files
committed
Slight comment correction
1 parent 33e041f commit a4bd1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PublicInterfaceGenerator/GeneratorParsers/MethodParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private static bool IsSymbolValid(IMethodSymbol symbol, string extraClassInterfa
9595
{
9696
//If the code uses an attribute to set that the class implements IDisposable
9797
// and this is the Dispose() method, don't include it in the interface
98-
// Note: This is different from the method check above, because the concrete class won't have IDisposable in the definition list
98+
// Note: This is different from the method check above, because the concrete class won't have IDisposable in the definition list, it's on the interface
9999
return false;
100100
}
101101

0 commit comments

Comments
 (0)