rust-lang / book

The Rust Programming Language

Home Page:https://doc.rust-lang.org/book/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect statement in docs

krabhi1 opened this issue · comments

while reading docs i found incorrect statement . it may be incorrect
page url

incorrect statement

A package can contain as many binary crates as you like, but at most only one library crate. A package must contain at least one crate, whether that’s a library or binary crate.

correct statement

A package can contain as many library crates as you like, but at most only one binary crate. A package must contain at least one crate, whether that’s a library or binary crate.

image

if this is incorrect .i'm intrested to fix

No, this is correct as-is. Please follow the issue template-- if you had searched for library binary in existing issues, you would have found these other issues:

No, this is correct as-is. Please follow the issue template-- if you had searched for library binary in existing issues, you would have found these other issues:

Sorry for that