mirror of
https://github.com/Stone-Red-Code/naming-convention.git
synced 2026-09-04 00:56:16 +02:00
Merge pull request #16 from GenuineRex/patch-1
Fix spelling error (grap = grab)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user