From 4f3dda781ef64b8d06409aefab2e4062b8596bee Mon Sep 17 00:00:00 2001 From: waldo1001 Date: Mon, 13 Dec 2021 17:07:37 +0100 Subject: [PATCH] Requested change --- content/BCBestPractices/Readability/variable-naming/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/BCBestPractices/Readability/variable-naming/index.md b/content/BCBestPractices/Readability/variable-naming/index.md index 4548fb44..858d973b 100644 --- a/content/BCBestPractices/Readability/variable-naming/index.md +++ b/content/BCBestPractices/Readability/variable-naming/index.md @@ -6,7 +6,7 @@ weight = 1420 <_Created by Microsoft, Described by waldo_\> ## Description -Variables that refer to a C/AL object must contain the objects name, abbreviated where necessary. +Variables that refer to a AL object must contain the objects name, abbreviated where necessary. A variable must begin with a capital letter.