Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: David Wood <agile.lion3441@fuligin.ink>
  • Loading branch information
hirschenberger and davidtwco authored Oct 11, 2024
1 parent 5598fdf commit 15aa85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/range/missleading-field-access-hint.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Check if rustc still displays the missleading hint to write `.` instead of `..`
// Check if rustc still displays the misleading hint to write `.` instead of `..`
//@ check-fail
fn main() {
let width = 10;
Expand Down

0 comments on commit 15aa85f

Please sign in to comment.