Merge pull request #667 from xadhix/patch-1

MethodSignature -> MethodSignatures
This commit is contained in:
Levi Bostian 2014-07-07 08:59:09 -05:00
commit 89b5ef3551

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