about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Szotten <davidszotten@gmail.com>2015-09-19 11:45:09 +0100
committerDavid Szotten <davidszotten@gmail.com>2015-09-19 11:45:09 +0100
commit436e8d69bf7326181225cb3c0226d11efef5d8f8 (patch)
tree7833fbd1a99f7aba2c470698c5027d3c3fbc30d4
parent3a5e9a3f9934a850753110769c49521a659cd03a (diff)
downloadrust-436e8d69bf7326181225cb3c0226d11efef5d8f8.tar.gz
rust-436e8d69bf7326181225cb3c0226d11efef5d8f8.zip
its vs it's
-rw-r--r--src/doc/trpl/error-handling.md2
1 files changed, 1 insertions, 1 deletions
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):
 
 <div id="code-try-def">