diff options
author | Evan Martin <evan.martin@gmail.com> | 2018-11-10 17:24:00 +0000 |
---|---|---|
committer | Kevin Burke <kev@inburke.com> | 2018-11-10 17:57:26 +0000 |
commit | a46be7a2d8a7574cfa57299de5963c31c31a7db1 (patch) | |
tree | e1b99329850336d0bb21b6a151d58b4a9350face | |
parent | 6f51ebd8047df5ec4160d0e5204c4ba4aed25590 (diff) |
fix it's/its typo
Change-Id: If9f16382c78ccab6781b41eb691dc72751c45eb6
GitHub-Last-Rev: 54512b34514ef958b5a7bf6d8f28e90675b68eda
GitHub-Pull-Request: golang/blog#17
Reviewed-on: https://go-review.googlesource.com/c/148825
Reviewed-by: Kevin Burke <kev@inburke.com>
-rw-r--r-- | content/9years.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/9years.article b/content/9years.article index 8af38a8..ccd714b 100644 --- a/content/9years.article +++ b/content/9years.article @@ -17,7 +17,7 @@ In multiple industry surveys Gophers expressed how happy they were using Go, and many non-Go developers indicated they intended to learn Go before any other language. In [[https://insights.stackoverflow.com/survey/2018#most-loved-dreaded-and-wanted][Stack Overflow’s 2018 Developer Survey]], -Go retained it’s coveted spot in both the top 5 most loved and top 5 most wanted languages. +Go retained its coveted spot in both the top 5 most loved and top 5 most wanted languages. People who use Go love it, and people who aren’t using Go want to. In [[https://www.activestate.com/developer-survey-2018-open-source-runtime-pains][ActiveState’s 2018 Developer Survey]], |