Skip to content

Commit f7d8b41

Browse files
committed
missing punctuation
1 parent 436e8d6 commit f7d8b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/error-handling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ representation. But certainly, this will vary depending on use cases.
14701470
At a minimum, you should probably implement the
14711471
[`Error`](../std/error/trait.Error.html)
14721472
trait. This will give users of your library some minimum flexibility for
1473-
[composing errors](#the-real-try-macro). Implementing the `Error` trait also
1473+
[composing errors](#the-real-try!-macro). Implementing the `Error` trait also
14741474
means that users are guaranteed the ability to obtain a string representation
14751475
of an error (because it requires impls for both `fmt::Debug` and
14761476
`fmt::Display`).

0 commit comments

Comments
 (0)