fix typo in c# generator's help text

This commit is contained in:
wing328 2017-03-30 10:22:13 +08:00
parent 46cb158733
commit 040a25cc9b

View File

@ -92,7 +92,7 @@ public class CSharpClientCodegen extends AbstractCSharpCodegen {
.put(NET35, ".NET Framework 3.5 compatible") .put(NET35, ".NET Framework 3.5 compatible")
.put(NET45, ".NET Framework 4.5+ compatible") .put(NET45, ".NET Framework 4.5+ compatible")
.put(NETSTANDARD, ".NET Standard 1.3 compatible") .put(NETSTANDARD, ".NET Standard 1.3 compatible")
.put(UWP, "Universal Windows Platform (IMPORTANT: this will be decomissioned and replaced by v5.0)") .put(UWP, "Universal Windows Platform (IMPORTANT: this will be decommissioned and replaced by v5.0)")
.build(); .build();
framework.defaultValue(this.targetFramework); framework.defaultValue(this.targetFramework);
framework.setEnum(frameworks); framework.setEnum(frameworks);