From 79717a98d2b429fc679b90146d2d8e8067cea34a Mon Sep 17 00:00:00 2001 From: Samuel Shuert Date: Thu, 16 May 2024 22:26:44 +0000 Subject: [PATCH] docs: update contributing/formatting/code --- contributing/formatting/code.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing/formatting/code.md b/contributing/formatting/code.md index b217dfa..516ee35 100644 --- a/contributing/formatting/code.md +++ b/contributing/formatting/code.md @@ -2,7 +2,7 @@ title: Code Standards description: published: false -date: 2024-05-16T22:26:11.035Z +date: 2024-05-16T22:26:43.218Z tags: editor: markdown dateCreated: 2024-05-16T22:18:45.623Z @@ -10,5 +10,5 @@ dateCreated: 2024-05-16T22:18:45.623Z # Naming If your linter does not specify which naming convention to use please follow: -- Functions, variables, and similar should use lowerCamelCase -- Classes, interfaces, and similar should use UpperCamelCase \ No newline at end of file +- Functions, variables, and other child items should use lowerCamelCase +- Classes, interfaces, and other parent items should use UpperCamelCase \ No newline at end of file