From 68b64a261aaeef0c4d5918ed3c354eb8f2598191 Mon Sep 17 00:00:00 2001 From: sumitknoldus Date: Thu, 2 Mar 2017 12:25:14 +0530 Subject: [PATCH] docs: add missing colon in the Constants section of NAMING.md --- docs/NAMING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NAMING.md b/docs/NAMING.md index e2cf179e84..cf6e843bbe 100644 --- a/docs/NAMING.md +++ b/docs/NAMING.md @@ -24,7 +24,7 @@ Methods and functions: - Should be camel case with first lower case -Constants +Constants: - Example: `CORE_DIRECTIVES` - Should be all uppercase with SNAKE_CASE