Skip to content

Commit dc12479

Browse files
authoredJul 22, 2016
Auto merge of #2908 - froydnj:spelling-fixes, r=alexcrichton
fix typos in src/doc/manifest.md A few things I noticed while reading the documentation. The "sections" change is not strictly a spelling error, but I figured I would fix it while I was in the area.
2 parents 05b7007 + d58300e commit dc12479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/doc/manifest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ All of the `[[bin]]`, `[lib]`, `[[bench]]`, `[[test]]`, and `[[example]]`
472472
sections support similar configuration for specifying how a target should be
473473
built. The double-bracket sections like `[[bin]]` are array-of-table of
474474
[TOML](https://github.com/toml-lang/toml#array-of-tables), which means you can
475-
wirte more than one `[[bin]]` sections to make serval executables in your crate.
475+
write more than one `[[bin]]` section to make several executables in your crate.
476476

477477
The example below uses `[lib]`, but it also applies to all other sections
478478
as well. All values listed are the defaults for that option unless otherwise

0 commit comments

Comments
 (0)