Skip to content

Commit

Permalink
Improve comment phrasing
Browse files Browse the repository at this point in the history
Co-authored-by: oliver <[email protected]>
  • Loading branch information
sjwang05 and oliver authored Dec 3, 2023
1 parent 32d7890 commit b259a38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ impl<'tcx> TypeErrCtxtExt<'tcx> for TypeErrCtxt<'_, 'tcx> {
{
if steps > 0 {
// Don't care about `&mut` because `DerefMut` is used less
// often and user will not expect autoderef happens.
// often and user will not expect that an autoderef happens.
if let Some(hir::Node::Expr(hir::Expr {
kind:
hir::ExprKind::AddrOf(
Expand Down

0 comments on commit b259a38

Please sign in to comment.