about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authoroliveredget <188809800+oliveredget@users.noreply.github.com>2024-12-24 23:37:30 +0800
committeroliveredget <188809800+oliveredget@users.noreply.github.com>2024-12-24 23:37:30 +0800
commitbe1d5dd494172ad8ff1676a52762f3fe90d2ffcb (patch)
treee6e6699ac147eabeb6bf567d4cae98d1c33b43f5 /tests
parent32c8a9f49d5b753ccb0aee2fd1f7a232a9c5baf3 (diff)
downloadrust-be1d5dd494172ad8ff1676a52762f3fe90d2ffcb.tar.gz
rust-be1d5dd494172ad8ff1676a52762f3fe90d2ffcb.zip
chore: fix typos
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/traits/non_lifetime_binders/basic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/non_lifetime_binders/basic.rs b/tests/ui/traits/non_lifetime_binders/basic.rs
index 7e45b76434a..533891bf830 100644
--- a/tests/ui/traits/non_lifetime_binders/basic.rs
+++ b/tests/ui/traits/non_lifetime_binders/basic.rs
@@ -1,5 +1,5 @@
 //@ check-pass
-// Basic test that show's we can succesfully typeck a `for<T>` where clause.
+// Basic test that show's we can successfully typeck a `for<T>` where clause.
 
 #![feature(non_lifetime_binders)]
 //~^ WARN the feature `non_lifetime_binders` is incomplete