From b3827d3fe64d303462069afa0718b8e342e09a76 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Wed, 13 Apr 2022 15:20:50 +0200 Subject: [PATCH] Make heading levels for warning waves documentation consistent --- docs/compilers/CSharp/Warnversion Warning Waves.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compilers/CSharp/Warnversion Warning Waves.md b/docs/compilers/CSharp/Warnversion Warning Waves.md index 683d44893051d..5cfca6f920311 100644 --- a/docs/compilers/CSharp/Warnversion Warning Waves.md +++ b/docs/compilers/CSharp/Warnversion Warning Waves.md @@ -17,7 +17,7 @@ The compiler shipped with .NET 7 (the C# 11 compiler) contains the following war |------------|-------------| | CS8981 | [Type names only containing lower-cased ascii characters may become reserved for the language](https://github.com/dotnet/roslyn/issues/56653) | -# Warning level 6 +## Warning level 6 The compiler shipped with .NET 6 (the C# 10 compiler) contains the following warnings which are reported only under `/warn:6` or higher.