mirror of
https://github.com/Stone-Red-Code/naming-convention.git
synced 2026-09-04 00:56:16 +02:00
Merge pull request #20 from plr108/patch-1
Fix typo in C# conventions doc
This commit is contained in:
@@ -378,7 +378,7 @@ public delegate void ReadBarcodeEventHandler(object sender, ReadBarcodeEventArgs
|
||||
|
||||
***Why: consistent with the Microsoft's .NET Framework and easy to read.***
|
||||
|
||||
#### 23. Do not create names of parametres in methods (or constructors) which differ only by the register:
|
||||
#### 23. Do not create names of parameters in methods (or constructors) which differ only by the register:
|
||||
|
||||
```csharp
|
||||
// Avoid
|
||||
|
||||
Reference in New Issue
Block a user