From caac915f4a92405ef8775a1fad2e1dcc09fcd498 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Sat, 1 Aug 2026 11:04:56 +0200 Subject: [PATCH] Fix 'expresssions' typo in TypeInference region heading Assisted-by: Claude:claude-fable-5:Claude Code --- ICSharpCode.Decompiler/CSharp/Resolver/TypeInference.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler/CSharp/Resolver/TypeInference.cs b/ICSharpCode.Decompiler/CSharp/Resolver/TypeInference.cs index a46a0478e..e4d43cf4b 100644 --- a/ICSharpCode.Decompiler/CSharp/Resolver/TypeInference.cs +++ b/ICSharpCode.Decompiler/CSharp/Resolver/TypeInference.cs @@ -994,7 +994,7 @@ namespace ICSharpCode.Decompiler.CSharp.Resolver } #endregion - #region Finding the best common type of a set of expresssions + #region Finding the best common type of a set of expressions /// /// Gets the best common type (C# spec draft-v11: ยง12.6.3.17) of a set of expressions. ///