From e90f42e94d4d0e693f5cfd10aaeea462aac3b1b7 Mon Sep 17 00:00:00 2001 From: Rex Date: Tue, 19 Mar 2019 14:25:57 -0500 Subject: [PATCH] Fix spelling error (grap = grab) --- C# Coding Standards and Naming Conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C# Coding Standards and Naming Conventions.md b/C# Coding Standards and Naming Conventions.md index 2d7917e..0f91076 100644 --- a/C# Coding Standards and Naming Conventions.md +++ b/C# Coding Standards and Naming Conventions.md @@ -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: