diff --git a/src/Compilers/Core/Portable/Diagnostic/Diagnostic.cs b/src/Compilers/Core/Portable/Diagnostic/Diagnostic.cs index 8fb0543c2c33d..82647215d30ac 100644 --- a/src/Compilers/Core/Portable/Diagnostic/Diagnostic.cs +++ b/src/Compilers/Core/Portable/Diagnostic/Diagnostic.cs @@ -171,7 +171,7 @@ public static Diagnostic Create( /// The diagnostic's effective severity. /// The diagnostic's default severity. /// True if the diagnostic is enabled by default - /// The warning level, between 1 and 4 if severity is ; otherwise 0. + /// The warning level, greater than 0 if severity is ; otherwise 0. /// An optional short localizable title describing the diagnostic. /// An optional longer localizable description for the diagnostic. /// An optional hyperlink that provides more detailed information regarding the diagnostic. @@ -220,7 +220,7 @@ public static Diagnostic Create( /// The diagnostic's effective severity. /// The diagnostic's default severity. /// True if the diagnostic is enabled by default - /// The warning level, between 1 and 4 if severity is ; otherwise 0. + /// The warning level, greater than 0 if severity is ; otherwise 0. /// Flag indicating whether the diagnostic is suppressed by a source suppression. /// An optional short localizable title describing the diagnostic. /// An optional longer localizable description for the diagnostic.