Fix typo in C# conventions doc

This commit is contained in:
Patrick Roche
2019-05-23 08:23:39 -04:00
committed by GitHub
parent 9a9fe01d4c
commit 2b3b1c6897
@@ -378,7 +378,7 @@ public delegate void ReadBarcodeEventHandler(object sender, ReadBarcodeEventArgs
***Why: consistent with the Microsoft's .NET Framework and easy to read.*** ***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 ```csharp
// Avoid // Avoid