Skip to content

Commit efe3e2e

Browse files
nickprotopclaude
andcommitted
docs(scan): correct InjectedLocalizerExtractor doc to match supported types (issue #6)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ad0496c commit efe3e2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

LocalizationManager.Core/Scanning/Scanners/InjectedLocalizerExtractor.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ namespace LocalizationManager.Core.Scanning.Scanners;
55
/// <summary>
66
/// Extracts variable names that are declared as injected localizers in Razor
77
/// content, e.g. <c>@inject IStringLocalizer&lt;T&gt; VariableName</c> (also
8-
/// IHtmlLocalizer / IStringLocalizerFactory). These names are then treated as
9-
/// localizer indexers regardless of the configured method list, so that
10-
/// <c>@Q["Key"]</c> resolves even when the variable name is project-specific.
8+
/// <c>IHtmlLocalizer&lt;T&gt;</c>). These names are then treated as localizer
9+
/// indexers regardless of the configured method list, so that <c>@Q["Key"]</c>
10+
/// resolves even when the variable name is project-specific.
1111
/// </summary>
1212
public static class InjectedLocalizerExtractor
1313
{

0 commit comments

Comments
 (0)