Skip to content

Commit

Permalink
Fix markdown list items
Browse files Browse the repository at this point in the history
Fix list items to use capital letters because the list items are
sentences (have trailing full stop already).

Also, use a long single line because it is [subjectively] easier to read
the list.
  • Loading branch information
tcharding committed Aug 5, 2024
1 parent 0a45c68 commit 84df343
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,9 @@ Library reflects Bitcoin Core approach whenever possible.

Naming of data structures/enums and their fields/variants must follow names used
in Bitcoin Core, with the following exceptions:
- the case should follow Rust standards (i.e. PascalCase for types and
snake_case for fields and variants);
- omit `C`-prefixes.
- if function `foo` needs a private helper function, use `foo_internal`.
- The case should follow Rust standards (i.e. PascalCase for types and snake_case for fields and variants).
- Omit `C`-prefixes.
- If function `foo` needs a private helper function, use `foo_internal`.

### Upgrading dependencies

Expand Down

0 comments on commit 84df343

Please sign in to comment.