Skip to content

Commit

Permalink
[PowerShell] Fixes typo (#5648)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb authored Mar 23, 2020
1 parent 1065595 commit 9e145f0
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 9e145f0

Please sign in to comment.