We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baef132 commit f6e5369Copy full SHA for f6e5369
src/doc/trpl/error-handling.md
@@ -181,7 +181,7 @@ match version {
181
This function makes use of an enum, `ParseError`, to enumerate the various
182
errors that can occur.
183
184
-The [`Debug`](../core/fmt/trait.Debug.html) trait is what let's us print the enum value using the `{:?}` format operation.
+The [`Debug`](../std/fmt/trait.Debug.html) trait is what lets us print the enum value using the `{:?}` format operation.
185
186
# Non-recoverable errors with `panic!`
187
0 commit comments