mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-26 05:44:26 +00:00
Typo: an -> a.
This commit is contained in:
parent
39acb06503
commit
012bb7de5b
@ -825,7 +825,7 @@ path_glob : ident [ "::" path_glob ] ?
|
||||
~~~~~~~~
|
||||
|
||||
A _use declaration_ creates one or more local name bindings synonymous
|
||||
with some other [path](#paths). Usually an use declaration is used to
|
||||
with some other [path](#paths). Usually a `use` declaration is used to
|
||||
shorten the path required to refer to a module item.
|
||||
|
||||
*Note*: unlike many languages, Rust's `use` declarations do *not* declare
|
||||
|
Loading…
Reference in New Issue
Block a user