From a29a012745af6becee286c18deb8fabc48ef6cc5 Mon Sep 17 00:00:00 2001 From: ewdlop Date: Thu, 28 Mar 2024 22:27:03 -0400 Subject: [PATCH] fix a comment --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index cad6126..6bd5cf8 100644 --- a/Program.cs +++ b/Program.cs @@ -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),