about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFelix S Klock II <pnkfelix@pnkfx.org>2020-03-05 13:52:10 -0500
committerMazdak Farrokhzad <twingoow@gmail.com>2020-04-10 18:07:56 +0200
commit192d5330c40ea8ac4e3f3462c47c7cbe9b293ec9 (patch)
tree895a55b609f5676d7f4032351dff8c0a33890f34 /src
parentee7a035d8c9ebb2c537abe8f03f4f3c2f6c0078c (diff)
downloadrust-192d5330c40ea8ac4e3f3462c47c7cbe9b293ec9.tar.gz
rust-192d5330c40ea8ac4e3f3462c47c7cbe9b293ec9.zip
Update src/test/ui/binding/issue-53114-safety-checks.rs
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/binding/issue-53114-safety-checks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/binding/issue-53114-safety-checks.rs b/src/test/ui/binding/issue-53114-safety-checks.rs
index 86c863bc9a8..28adb7571a9 100644
--- a/src/test/ui/binding/issue-53114-safety-checks.rs
+++ b/src/test/ui/binding/issue-53114-safety-checks.rs
@@ -1,6 +1,6 @@
 // Issue #53114: NLL's borrow check had some deviations from the old borrow
 // checker, and both had some deviations from our ideal state. This test
-// captures the behavior of how `_` bindings are handled wiith respect to how we
+// captures the behavior of how `_` bindings are handled with respect to how we
 // flag expressions that are meant to request unsafe blocks.
 
 #![feature(untagged_unions)]