Skip to content

Commit 337ebae

Browse files
Shayde NofzigerShayde Nofziger
Shayde Nofziger
authored and
Shayde Nofziger
committed
Fix typo in class declaration.
1 parent 1b54a88 commit 337ebae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rules/UseDeclaredVarsMoreThanAssignments.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
2121
{
2222
/// <summary>
23-
/// UseDeclaredVarsMoreThanAssigments: Analyzes the ast to check that variables are used in more than just their assignment.
23+
/// UseDeclaredVarsMoreThanAssignments: Analyzes the ast to check that variables are used in more than just their assignment.
2424
/// </summary>
2525
[Export(typeof(IScriptRule))]
26-
public class UseDeclaredVarsMoreThanAssigments : IScriptRule
26+
public class UseDeclaredVarsMoreThanAssignments : IScriptRule
2727
{
2828
/// <summary>
2929
/// AnalyzeScript: Analyzes the ast to check that variables are used in more than just there assignment.

0 commit comments

Comments
 (0)