Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mavasani committed Nov 23, 2020
1 parent 79f65d8 commit 2bc1677
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic
' 2. Command line options (/nowarn, /warnaserror)
isSpecified = True

'ReportDiagnostic.Default' is added to SpecificDiagnosticOptions for "/warnaserror-:DiagnosticId",
' 'ReportDiagnostic.Default' is added to SpecificDiagnosticOptions for "/warnaserror-:DiagnosticId",
If report = ReportDiagnostic.Default Then
specifiedWarnAsErrorMinus = True
End If
Expand Down

0 comments on commit 2bc1677

Please sign in to comment.