Skip to content

Commit b789696

Browse files
committed
Fix underscore in CONTRIBUTING.md.
It needs to be an underscore, but markdown formatter incorrectly changed it to a *.
1 parent 92495d8 commit b789696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Throughout the code base, "devicetree" should always be treated as one word.
7373
This aligns with the convention in
7474
[Linux documentation](https://docs.kernel.org/devicetree/index.html).
7575

76-
When used in CamelCase names, the "t" should not be capitalized.
76+
When used in `CamelCase` names, the "t" should not be capitalized.
7777

78-
When used in snake*case names, there should not be a `*` before the "t".
78+
When used in `snake_case` names, there should not be a `_` before the "t".
7979

8080
Examples:
8181

0 commit comments

Comments
 (0)