mirror of
https://github.com/Stone-Red-Code/naming-convention.git
synced 2026-09-06 07:56:09 +02:00
Merge pull request #19 from jadamita/patch-1
Fixed spelling error on line 72
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