Skip to content

Commit a30ca6d

Browse files
Minor grammar fix
1 parent d216fa4 commit a30ca6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ head -n13 src/lib.rs
3232
{{#include ../ci/main/rt/src/lib.rs:1:13}}
3333
```
3434

35-
We also drop the `#![no_main]` attribute has it has no effect on library crates.
35+
We also drop the `#![no_main]` attribute as it has no effect on library crates.
3636

3737
> There's an orthogonal question that arises at this stage: Should the `rt`
3838
> library provide a standard panicking behavior, or should it *not* provide a

0 commit comments

Comments
 (0)