From 436e8d69bf7326181225cb3c0226d11efef5d8f8 Mon Sep 17 00:00:00 2001 From: David Szotten Date: Sat, 19 Sep 2015 11:45:09 +0100 Subject: [PATCH] its vs it's --- src/doc/trpl/error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):