From b1f5a72187f392de3d7475d549119a1c2500eca2 Mon Sep 17 00:00:00 2001 From: sommermorgentraum <24917424+zxkmm@users.noreply.github.com> Date: Thu, 11 Jul 2024 01:55:29 +0800 Subject: [PATCH] Updated Code contribution rules (markdown) --- Code-contribution-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-contribution-rules.md b/Code-contribution-rules.md index 8eac562..37ce63c 100644 --- a/Code-contribution-rules.md +++ b/Code-contribution-rules.md @@ -27,7 +27,7 @@ It's important for everyone, be it contributors or reviewers, to have a clear co * `ClassNameExample` (CamelCase) * `objectNameExample` (camelCase) * `func_arg_ex` (snake_case and abbreviation is allowed in small scope functions) -* Don’t use “typedef” keyword in C++ code +* Don’t use `typedef` keyword in C++ code * `goto` is not allowed # which license of code is safe to use