Skip to content

Commit

Permalink
Fix typo 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 a0ded24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Formatters/UnnecessaryImportsFormatter.cs
Expand Up @@ -5,7 +5,7 @@
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Options;
using Microsoft.CodeAnalysis.Text;
using Microsoft.CodeAnalysis.Tools.Refelection;
using Microsoft.CodeAnalysis.Tools.Reflection;
using Microsoft.Extensions.Logging;

namespace Microsoft.CodeAnalysis.Tools.Formatters
Expand Down
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 a0ded24

Please sign in to comment.