MethodSignature -> MethodSignatures

Possible typo. Text mentions method names being the same but they weren't. Corrected.
This commit is contained in:
Adhithya R 2014-07-07 16:38:17 +05:30
parent 825f1422a4
commit 7401ef2411

View File

@ -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)
{
}