Skip to content

Commit 84df343

Browse files
committedAug 5, 2024
Fix markdown list items
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.
1 parent 0a45c68 commit 84df343

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎CONTRIBUTING.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,9 @@ Library reflects Bitcoin Core approach whenever possible.
172172

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

180179
### Upgrading dependencies
181180

0 commit comments

Comments
 (0)
Please sign in to comment.