mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Merge pull request #667 from xadhix/patch-1
MethodSignature -> MethodSignatures
This commit is contained in:
commit
89b5ef3551
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user