Skip to content

Commit 87bfdab

Browse files
authored
Update OpenSearch-dot-net.md (#6690)
Signed-off-by: kolchfa-aws <[email protected]>
1 parent 742cfd1 commit 87bfdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_clients/OpenSearch-dot-net.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ internal class Program
400400
FirstName = "Paulo",
401401
LastName = "Santos",
402402
Gpa = 3.93,
403-
GradYear = 2021 };v
403+
GradYear = 2021 };
404404
var response = client.Index<StringResponse>("students", "100",
405405
PostData.Serializable(student));
406406
Console.WriteLine(response.Body);

0 commit comments

Comments
 (0)