Skip to content

Commit bacfa90

Browse files
Jack251970Copilot
andauthored
Fix typos
Co-authored-by: Copilot <[email protected]>
1 parent ab674be commit bacfa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Localization.SourceGenerators/Localize/EnumSourceGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ private static void GenerateUpdateLabelsMethod(
336336
{
337337
sb.AppendLine($"{tabString}/// <summary>");
338338
sb.AppendLine($"{tabString}/// Update the labels of the enum values when culture info changes.");
339-
sb.AppendLine($"{tabString}/// See <see cref=\"Flow.Bar.Plugin.PluginInitContext.CultureInfoChanged\"/> for more details");
339+
sb.AppendLine($"{tabString}/// See <see cref=\"Flow.Launcher.Plugin.PluginInitContext.CultureInfoChanged\"/> for more details");
340340
sb.AppendLine($"{tabString}/// </summary>");
341341
sb.AppendLine($"{tabString}public static void UpdateLabels(global::System.Collections.Generic.List<{enumDataClassName}> options)");
342342
sb.AppendLine($"{tabString}{{");

0 commit comments

Comments
 (0)