From 216b2bdf7f22c3051c6204ce0f4555cdbf307601 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 20 Oct 2023 21:26:19 +0200 Subject: CONTRIBUTING.md: fix a missing sentence ending --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32201333c37b..06b9c10dfec6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -565,7 +565,7 @@ Names of files and directories should be in lowercase, with dashes between words - Do not use tab characters, i.e. configure your editor to use soft tabs. For instance, use `(setq-default indent-tabs-mode nil)` in Emacs. Everybody has different tab settings so it’s asking for trouble. -- Use `lowerCamelCase` for variable names, not `UpperCamelCase`. Note, this rule does not apply to package attribute names, which instead follow the rules in [](#sec-package-naming). +- Use `lowerCamelCase` for variable names, not `UpperCamelCase`. Note, this rule does not apply to package attribute names, which instead follow the rules in [package naming](./pkgs/README.md#package-naming). - Function calls with attribute set arguments are written as -- cgit v1.2.3