diff options
author | Yann Salaün <1910607+yansal@users.noreply.github.com> | 2019-11-08 18:48:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2019-11-08 18:55:07 +0000 |
commit | 584205eb2c4d137e32b64d0124a90e520ff96e1b (patch) | |
tree | 0c276f31217a7b8757eb7e2ff4ca0013dd74c317 | |
parent | 7bbdcccc70a305bb5ead3ecf6d47a8e5fa2c5c86 (diff) |
content: fix typo in 10years.article
Change-Id: Ibeccb23861fceafcde66638c7f0f47bbdc2db7d9
GitHub-Last-Rev: cb7e3221d9358e0ea4467a559e509de581bff73b
GitHub-Pull-Request: golang/blog#27
Reviewed-on: https://go-review.googlesource.com/c/blog/+/206177
Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r-- | content/10years.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/10years.article b/content/10years.article index fa094f9..4a33db0 100644 --- a/content/10years.article +++ b/content/10years.article @@ -86,7 +86,7 @@ with fantastic tooling, a production-quality implementation, a [[https://blog.golang.org/ismmkeynote][state-of-the-art garbage collector]], -and [[https://golang.org/doc/install/source#introduction][ports to a 12 operating systems and 10 architectures]]. +and [[https://golang.org/doc/install/source#introduction][ports to 12 operating systems and 10 architectures]]. Any programming language needs the support of a thriving ecosystem. The open source release was the seed for that ecosystem, |