We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cbfbe commit 9142c6eCopy full SHA for 9142c6e
Rubberduck.Parsing/Rubberduck.Parsing.csproj
@@ -149,7 +149,7 @@
149
<Compile Include="Symbols\DebugDeclarations.cs" />
150
<Compile Include="Symbols\AliasDeclarations.cs" />
151
<Compile Include="Symbols\FormEventDeclarations.cs" />
152
- <Compile Include="Symbols\ICustomDelarationLoader.cs" />
+ <Compile Include="Symbols\ICustomDeclarationLoader.cs" />
153
<Compile Include="Symbols\Identifier.cs" />
154
<Compile Include="Binding\IBindingContext.cs" />
155
<Compile Include="Binding\IBoundExpression.cs" />
Rubberduck.Parsing/Symbols/ICustomDelarationLoader.cs renamed to Rubberduck.Parsing/Symbols/ICustomDeclarationLoader.cs
0 commit comments