Skip to content

Commit b66e1cc

Browse files
author
Kapil Borle
committed
Fix typos in source comments
1 parent 8c15ac9 commit b66e1cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Rules/AvoidUsingComputerNameHardcoded.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public override SourceType GetSourceType()
141141
}
142142

143143
/// <summary>
144-
/// GetSeverity: Retrieves the severity of the rule: error, warning of information.
144+
/// GetSeverity: Retrieves the severity of the rule: error, warning or information.
145145
/// </summary>
146146
/// <returns></returns>
147147
public override RuleSeverity GetSeverity()
@@ -150,7 +150,7 @@ public override RuleSeverity GetSeverity()
150150
}
151151

152152
/// <summary>
153-
/// DiagnosticSeverity: Retrieves the severity of the rule of type DiagnosticSeverity: error, warning of information.
153+
/// DiagnosticSeverity: Retrieves the severity of the rule of type DiagnosticSeverity: error, warning or information.
154154
/// </summary>
155155
/// <returns></returns>
156156
public override DiagnosticSeverity GetDiagnosticSeverity()

Rules/AvoidUsingConvertToSecureStringWithPlainText.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public override SourceType GetSourceType()
108108
}
109109

110110
/// <summary>
111-
/// GetSeverity: Retrieves the severity of the rule: error, warning of information.
111+
/// GetSeverity: Retrieves the severity of the rule: error, warning or information.
112112
/// </summary>
113113
/// <returns></returns>
114114
public override RuleSeverity GetSeverity()
@@ -117,7 +117,7 @@ public override RuleSeverity GetSeverity()
117117
}
118118

119119
/// <summary>
120-
/// DiagnosticSeverity: Retrieves the severity of the rule of type DiagnosticSeverity: error, warning of information.
120+
/// DiagnosticSeverity: Retrieves the severity of the rule of type DiagnosticSeverity: error, warning or information.
121121
/// </summary>
122122
/// <returns></returns>
123123
public override DiagnosticSeverity GetDiagnosticSeverity()

0 commit comments

Comments
 (0)