mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-06 15:40:54 +00:00
[PowerShell] Fixes typo (#5648)
This commit is contained in:
parent
1065595a9a
commit
9e145f0916
@ -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]"
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user