mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
MethodSignature -> MethodSignatures
Possible typo. Text mentions method names being the same but they weren't. Corrected.
This commit is contained in:
parent
825f1422a4
commit
7401ef2411
@ -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