Skip to content

Commit

Permalink
Fix type in reflection
Browse files Browse the repository at this point in the history
Co-authored-by: Rikki Gibson <rikkigibson@gmail.com>
  • Loading branch information
JoeRobich and RikkiGibson committed Aug 9, 2020
1 parent ca2df1c commit a9c89ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reflection/RemoveUnnecessaryImportsHelper.cs
Expand Up @@ -5,7 +5,7 @@
using System.Threading;
using System.Threading.Tasks;

namespace Microsoft.CodeAnalysis.Tools.Refelection
namespace Microsoft.CodeAnalysis.Tools.Reflection
{
internal static class RemoveUnnecessaryImportsHelper
{
Expand Down

0 comments on commit a9c89ee

Please sign in to comment.