mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 23:06:49 +02:00
MethodSignature -> MethodSignatures
Possible typo. Text mentions method names being the same but they weren't. Corrected.
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user