aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/blog/111_rust_2020.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/111_rust_2020.md b/content/blog/111_rust_2020.md
index c8591fd..e2b8645 100644
--- a/content/blog/111_rust_2020.md
+++ b/content/blog/111_rust_2020.md
@@ -26,7 +26,7 @@ changes. The idea is that a written proposal outlines a change's
scope, implementation details, rationale and impact on the ecosystem,
then people make comments on the proposal. Usually by the time that
everybody has stopped shouting at each other, the RFC is ready to be
-merged, meaning it is accepted and it's vision can be implemented.
+merged, meaning it is accepted and its vision can be implemented.
This can either be implementing a feature, or removing `unstable`
flags from it.