Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnik
With help of https://github.com/lucasdemarchi/codespell r? @steveklabnik
This commit is contained in:
commit
d8be84eb44
23 changed files with 24 additions and 24 deletions
|
|
@ -170,7 +170,7 @@ let obj = Box::new(graph) as Box<Graph>;
|
|||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
```
|
||||
|
||||
We can’t create a trait object like this, becuase we don’t know the associated
|
||||
We can’t create a trait object like this, because we don’t know the associated
|
||||
types. Instead, we can write this:
|
||||
|
||||
```rust
|
||||
|
|
|
|||
|
|
@ -529,7 +529,7 @@ This will create documentation for bar both inside the documentation for the
|
|||
crate `foo`, as well as the documentation for your crate. It will use the same
|
||||
documentation in both places.
|
||||
|
||||
This behavior can be supressed with `no_inline`:
|
||||
This behavior can be suppressed with `no_inline`:
|
||||
|
||||
```ignore
|
||||
extern crate foo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue