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),