Merge pull request #20 from plr108/patch-1

Fix typo in C# conventions doc
This commit is contained in:
Konstantin
2019-05-23 15:26:48 +03:00
committed by GitHub
@@ -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