Skip to content

Commit 012bb7d

Browse files
committed
Typo: an -> a.
1 parent 39acb06 commit 012bb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ path_glob : ident [ "::" path_glob ] ?
825825
~~~~~~~~
826826

827827
A _use declaration_ creates one or more local name bindings synonymous
828-
with some other [path](#paths). Usually an use declaration is used to
828+
with some other [path](#paths). Usually a `use` declaration is used to
829829
shorten the path required to refer to a module item.
830830

831831
*Note*: unlike many languages, Rust's `use` declarations do *not* declare

0 commit comments

Comments
 (0)