]> git.lizzy.rs Git - rust.git/commitdiff
actually fix typo this time
authorMatthew Kelly <matthew.kelly2@gmail.com>
Tue, 23 Aug 2022 09:26:47 +0000 (05:26 -0400)
committerMatthew Kelly <matthew.kelly2@gmail.com>
Tue, 23 Aug 2022 09:26:47 +0000 (05:26 -0400)
compiler/rustc_error_codes/src/error_codes/E0311.md

index 00b23c420529febd14c0045e0708a928a776d3d4..e73d5f16f9bf39fb2849b060fdb3505591f4cbd9 100644 (file)
@@ -1,5 +1,5 @@
 This error occurs when there is insufficient information for the rust compiler
-to prove that some time has a long enough lifetime.
+to prove that a type has a long enough lifetime.
 
 Erroneous code example: