Skip to content

Commit

Permalink
fix: inputListFromT1 'a to 'b
Browse files Browse the repository at this point in the history
  • Loading branch information
haodeon committed Mar 30, 2024
1 parent 80a507a commit 4a678d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Pulumi.FSharp/Library.fs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module Ops =
/// <summary>
/// Wraps a collection of second types into an InputList{Union{'a,'b}}
/// </summary>
let inputListFromT1<'a> (items: seq<'a>) =
let inputListFromT1<'b> (items: seq<'b>) =
items |> Seq.map Union.FromT1 |> toInputList

/// <summary>
Expand Down

0 comments on commit 4a678d0

Please sign in to comment.