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 0a3b566 commit 5ea8675Copy full SHA for 5ea8675
Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs
@@ -40,7 +40,7 @@ internal abstract class JsonRPCPlugin : IAsyncPlugin, IContextMenu, ISettingProv
40
protected PluginInitContext context;
41
public const string JsonRPC = "JsonRPC";
42
43
- /// <summary=
+ /// <summary>
44
/// The language this JsonRPCPlugin support
45
/// </summary>
46
public abstract string SupportedLanguage { get; set; }
0 commit comments