1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 09:14:39 +02:00

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

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