From 87bfdab75a55a690dd0257f01e0e74f02edea886 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:18:10 -0400 Subject: [PATCH] Update OpenSearch-dot-net.md (#6690) Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --- _clients/OpenSearch-dot-net.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clients/OpenSearch-dot-net.md b/_clients/OpenSearch-dot-net.md index 9e41fffe..86488928 100644 --- a/_clients/OpenSearch-dot-net.md +++ b/_clients/OpenSearch-dot-net.md @@ -400,7 +400,7 @@ internal class Program FirstName = "Paulo", LastName = "Santos", Gpa = 3.93, - GradYear = 2021 };v + GradYear = 2021 }; var response = client.Index("students", "100", PostData.Serializable(student)); Console.WriteLine(response.Body);