mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
Fixing the typo "descrption" of the JSON-RPC document. Thanks to https://github.com/SoftEtherVPN/SoftEtherVPN/issues/938
This commit is contained in:
@ -1503,7 +1503,7 @@ namespace VPNServer_JSONRPC_CodeGen
|
||||
}
|
||||
}
|
||||
|
||||
w.WriteLine("Name | Type | Descrption");
|
||||
w.WriteLine("Name | Type | Description");
|
||||
w.WriteLine("--- | --- | ---");
|
||||
foreach (RpcTypeParameterInfo p in plist)
|
||||
{
|
||||
|
Reference in New Issue
Block a user