Skip to content

Commit 231e3a0

Browse files
actually fix typo this time
1 parent dbcc409 commit 231e3a0

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0311.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This error occurs when there is insufficient information for the rust compiler
2-
to prove that some time has a long enough lifetime.
2+
to prove that a type has a long enough lifetime.
33

44
Erroneous code example:
55

0 commit comments

Comments
 (0)