From 7951ef012ff2021346c4b8fa47ac20caee9c1a70 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 31 Jan 2022 21:57:51 +0900 Subject: [PATCH] [Modify] Edit it --- Example3/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example3/Program.cs b/Example3/Program.cs index 81a405cb..b6c82fce 100644 --- a/Example3/Program.cs +++ b/Example3/Program.cs @@ -74,7 +74,7 @@ namespace Example3 // Return user name, password, and roles. return name == "nobita" ? new NetworkCredential (name, "password", "gunfighter") - : null; // If the user credentials aren't found. + : null; // If the user credentials are not found. }; */