File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Flow.Launcher.Localization.Shared Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public static class Constants
24
24
public const string EnumLocalizeAttributeName = "EnumLocalizeAttribute" ;
25
25
public const string EnumLocalizeKeyAttributeName = "EnumLocalizeKeyAttribute" ;
26
26
public const string EnumLocalizeValueAttributeName = "EnumLocalizeValueAttribute" ;
27
- // Use PublicApi instead of PublicAPI for possible combiguity with Flow.Launcher.Plugin.IPublicAPI
27
+ // Use PublicApi instead of PublicAPI for possible ambiguity with Flow.Launcher.Plugin.IPublicAPI
28
28
public const string PublicApiClassName = "PublicApi" ;
29
29
public const string PublicApiPrivatePropertyName = "instance" ;
30
30
public const string PublicApiInternalPropertyName = "Instance" ;
You can’t perform that action at this time.
0 commit comments