Skip to content

Commit

Permalink
[PowerShell] Fixes typo (OpenAPITools#5648)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb authored and michaelpro1 committed May 7, 2020
1 parent c0db6fd commit bbbbd60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ public PowerShellExperimentalClientCodegen() {
"System.Nullable[UInt32]",
"System.Nullable[UInt64]",
"System.Nullable[Decimal]",
"System.Nullable[[Single]",
"System.Nullable[[Double]",
"System.Nullable[Single]",
"System.Nullable[Double]",
"System.Nullable[Boolean]"
));

Expand Down

0 comments on commit bbbbd60

Please sign in to comment.