Skip to content

Commit 5d8caa0

Browse files
fhennigTechassi
andauthored
Update modules/contributor/pages/code-style-guide.adoc
Co-authored-by: Techassi <git@techassi.dev>
1 parent 12b9e5a commit 5d8caa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/contributor/pages/code-style-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Follow the https://doc.rust-lang.org/nightly/style-guide/cargo.html[official for
66
This means:
77

88
* Put the `[package]` section at the top of the file.
9-
* Put the name and version keys in that order at the top of that section, followed by the remaining keys other than description in order (sort keys with https://www.gnu.org/software/coreutils/manual/html_node/Version-sort-overview.html[version-sort]; very similar to lexical sorting)), followed by the description at the end of that section.
9+
* Put the `name` and `version` keys in that order at the top of that section, followed by the remaining keys other than `description` in order (sort keys with https://www.gnu.org/software/coreutils/manual/html_node/Version-sort-overview.html[version-sort]; very similar to lexical sorting)), followed by the `description` at the end of that section.
1010
* For other sections, sort keys with version-sort.
1111

1212
[TIP.code-rule,caption=Examples of correct code for this rule]

0 commit comments

Comments
 (0)