Skip to content

Commit

Permalink
fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdlop committed Mar 29, 2024
1 parent 59c0f9f commit a29a012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// not thread safe
// need Unit tests
// How does IEnumerable with Add Method truly works with collection initialization?
// Does looking at IL helps?
// Does looking at IL helps to understand how it works?
PatchOperationList patchOperationList = new()
{
PatchOperation.Add("/age", 33),
Expand Down

0 comments on commit a29a012

Please sign in to comment.