From 7401ef2411e19d073685a09a668c9aa3a31081f6 Mon Sep 17 00:00:00 2001 From: Adhithya R Date: Mon, 7 Jul 2014 16:38:17 +0530 Subject: MethodSignature -> MethodSignatures Possible typo. Text mentions method names being the same but they weren't. Corrected. --- csharp.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp.html.markdown') diff --git a/csharp.html.markdown b/csharp.html.markdown index 4fa8deba..136f6c50 100644 --- a/csharp.html.markdown +++ b/csharp.html.markdown @@ -367,7 +367,7 @@ on a new line! ""Wow!"", the masses cried"; } // Methods can have the same name, as long as the signature is unique - public static void MethodSignature(string maxCount) + public static void MethodSignatures(string maxCount) { } -- cgit v1.2.3