Skip to content

Commit ffc1a97

Browse files
typo
1 parent 1c3103a commit ffc1a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_resolve/src/imports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ enum SideEffectBindings<'ra> {
4646
None,
4747
/// Side effect that should be applied to the field `bindings` of `ImportKind::Single`.
4848
///
49-
/// The inner `Option` is the actual side effect, it tells us wether we found a binding
49+
/// The inner `Option` is the actual side effect, it tells us whether we found a binding
5050
/// when resolving the import in this particular namespace.
5151
/// The outer `Option` tells us if this side effect is present.
5252
Single {

0 commit comments

Comments
 (0)