From 2a9f451ef0cd3d8f65b910441c5e63fb33edea81 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Tue, 17 Jul 2018 12:07:03 +0200 Subject: [PATCH] Fix documentation on IAnalyzer interface. --- ILSpy/Analyzers/IAnalyzer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy/Analyzers/IAnalyzer.cs b/ILSpy/Analyzers/IAnalyzer.cs index c9a6db526..24f15174b 100644 --- a/ILSpy/Analyzers/IAnalyzer.cs +++ b/ILSpy/Analyzers/IAnalyzer.cs @@ -30,7 +30,7 @@ namespace ICSharpCode.ILSpy.Analyzers { /// /// Base interface for all analyzers. You can register an analyzer for any by implementing - /// this interface and adding an appropriate . + /// this interface and adding an . /// public interface IAnalyzer {