mirror of
https://github.com/Stone-Red-Code/naming-convention.git
synced 2026-09-04 09:06:19 +02:00
Fixed spelling error on line 72
Corrected "grap" to "grab"
This commit is contained in:
@@ -69,7 +69,7 @@ public const string ShippingType = "DropShip";
|
||||
public const string SHIPPINGTYPE = "DropShip";
|
||||
```
|
||||
|
||||
***Why: consistent with the Microsoft's .NET Framework. Caps grap too much attention.***
|
||||
***Why: consistent with the Microsoft's .NET Framework. Caps grab too much attention.***
|
||||
|
||||
#### 5. Use meaningful names for variables. The following example uses seattleCustomers for customers who are located in Seattle:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user