Merge pull request #16 from GenuineRex/patch-1

Fix spelling error (grap = grab)
This commit is contained in:
Konstantin
2019-03-20 06:44:06 +03:00
committed by GitHub
@@ -107,7 +107,7 @@ FtpTransfer ftpTransfer;
UIControl uiControl;
```
***Why: consistent with the Microsoft's .NET Framework. Caps would grap visually too much attention.***
***Why: consistent with the Microsoft's .NET Framework. Caps would grab visually too much attention.***
#### 8. Do not use Underscores in identifiers. Exception: you can prefix private fields with an underscore: