diff --git a/src/doc/trpl/error-handling.md b/src/doc/trpl/error-handling.md index 521538b9556..4cba68e1724 100644 --- a/src/doc/trpl/error-handling.md +++ b/src/doc/trpl/error-handling.md @@ -1247,7 +1247,7 @@ macro_rules! try { } ``` -This is not it's real definition. It's real definition is +This is not its real definition. Its real definition is [in the standard library](../std/macro.try!.html):