CONTRIBUTING.md: fix a missing sentence ending
This commit is contained in:
parent
a63c50831e
commit
216b2bdf7f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue