its vs it's

This commit is contained in:
David Szotten 2015-09-19 11:45:09 +01:00
parent 3a5e9a3f99
commit 436e8d69bf

View File

@ -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">