Skip to content

Commit

Permalink
replace word function with method
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisdairO committed Jul 19, 2015
1 parent 44f29fb commit 4ea02b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_resolve/diagnostics.rs
Expand Up @@ -95,7 +95,7 @@ mod bar {

E0253: r##"
Attempt was made to import an unimportable value. This can happen when
trying to import a function from a trait. An example of this error:
trying to import a method from a trait. An example of this error:
```
mod foo {
Expand Down

0 comments on commit 4ea02b7

Please sign in to comment.