Skip to content

Commit 69aea52

Browse files
committed
typos
1 parent 423448e commit 69aea52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Follow the https://doc.rust-lang.org/nightly/style-guide/cargo.html[official formatting conventions] for the `Cargo.toml` file.
66
This means:
77

8-
* 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, followed by the description at the end of that section.
8+
* 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, followed by the description at the end of that section.
1010
* For other sections, sort keys with https://www.gnu.org/software/coreutils/manual/html_node/Version-sort-overview.html[version-sort] (basically the same as alphabetically).
1111

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

0 commit comments

Comments
 (0)