Skip to content

Commit 347f3e2

Browse files
committed
Fix formatting of crates-and-source-files.md
1 parent 8e35b8c commit 347f3e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/crates-and-source-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ r[crate.module-def]
4444
A Rust source file describes a module, the name and location of which —
4545
in the module tree of the current crate — are defined from outside the
4646
source file: either by an explicit [_Module_][module] item in a referencing
47-
source file, or by the name of the crate itself.
47+
source file, or by the name of the crate itself.
4848

4949
r[crate.inline-module]
5050
Every source file is a
@@ -55,7 +55,7 @@ r[crate.items]
5555
Each source file contains a sequence of zero or more [_Item_] definitions, and
5656
may optionally begin with any number of [attributes]
5757
that apply to the containing module, most of which influence the behavior of
58-
the compiler.
58+
the compiler.
5959

6060
r[crate.attributes]
6161
The anonymous crate module can have additional attributes that
@@ -80,7 +80,7 @@ apply to the crate as a whole.
8080
r[crate.main]
8181

8282
r[crate.main.general]
83-
A crate that contains a `main` [function] can be compiled to an executable.
83+
A crate that contains a `main` [function] can be compiled to an executable.
8484

8585
r[crate.main.restriction]
8686
If a `main` function is present, it must take no arguments, must not declare any

0 commit comments

Comments
 (0)