Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Whit Waldo <[email protected]>
  • Loading branch information
WhitWaldo committed Jan 23, 2025
1 parent 9835c5c commit deed0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/csharp/sdk/batch/program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ limitations under the License.
await app.RunAsync();

public sealed record Order([property: JsonPropertyName("orderid")] int OrderId, [property: JsonPropertyName("customer")] string Customer, [property: JsonPropertyName("price")] float Price);
public saeled record Orders([property: JsonPropertyName("orders")] Order[] orders);
public sealed record Orders([property: JsonPropertyName("orders")] Order[] orders);

0 comments on commit deed0b9

Please sign in to comment.