We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df05762 commit 2949594Copy full SHA for 2949594
src/Elastic.Markdown/Helpers/Interpolation.cs
@@ -24,7 +24,7 @@ public static bool ReplaceSubstitutions(this ReadOnlySpan<char> span, IReadOnlyD
24
return false;
25
26
var substitutions = properties as Dictionary<string, string>
27
- ?? new Dictionary<string, string>(properties, StringComparer.OrdinalIgnoreCase);
+ ?? new Dictionary<string, string>(properties, StringComparer.OrdinalIgnoreCase);
28
if (substitutions.Count == 0)
29
30
0 commit comments