1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-06 15:54: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:
Daiyuu Nobori
2019-07-10 14:37:30 +09:00
parent 50e39826e4
commit a9f31d7df9
13 changed files with 412 additions and 412 deletions

View File

@ -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)
{