Skip to content

Commit

Permalink
Update OpenSearch-dot-net.md
Browse files Browse the repository at this point in the history
Signed-off-by: kolchfa-aws <[email protected]>
  • Loading branch information
kolchfa-aws authored Mar 14, 2024
1 parent 36918d1 commit f0dd0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _clients/OpenSearch-dot-net.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ internal class Program
FirstName = "Paulo",
LastName = "Santos",
Gpa = 3.93,
GradYear = 2021 };v
GradYear = 2021 };
var response = client.Index<StringResponse>("students", "100",
PostData.Serializable(student));
Console.WriteLine(response.Body);
Expand Down

0 comments on commit f0dd0bd

Please sign in to comment.