[PowerShell] Fixes typo (#5648)

This commit is contained in:
Vikrant Balyan 2020-03-23 12:33:36 +05:30 committed by GitHub
parent 1065595a9a
commit 9e145f0916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,8 +232,8 @@ public class PowerShellExperimentalClientCodegen extends DefaultCodegen implemen
"System.Nullable[UInt32]", "System.Nullable[UInt32]",
"System.Nullable[UInt64]", "System.Nullable[UInt64]",
"System.Nullable[Decimal]", "System.Nullable[Decimal]",
"System.Nullable[[Single]", "System.Nullable[Single]",
"System.Nullable[[Double]", "System.Nullable[Double]",
"System.Nullable[Boolean]" "System.Nullable[Boolean]"
)); ));