From c52c517351c209599a9805d51fa4e1268f23217c Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Wed, 8 Mar 2023 15:55:53 +0200 Subject: [PATCH] _content/blog: fix typo Change-Id: Id5d5b34dbad33ee3c669b0aef9dad738ae9dc99e Reviewed-on: https://go-review.googlesource.com/c/website/+/474076 Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Carlos Amedee Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor --- _content/blog/first-go-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_content/blog/first-go-program.md b/_content/blog/first-go-program.md index 34078986..981bfed4 100644 --- a/_content/blog/first-go-program.md +++ b/_content/blog/first-go-program.md @@ -23,7 +23,7 @@ in an old message to Robert and Ken Thompson. What follows is the first Go program. It was written by Rob in February 2008, when the team was just Rob, Robert, and Ken. They had a solid feature list (mentioned in [this blog post](https://commandcenter.blogspot.com.au/2012/06/less-is-exponentially-more.html)) -and a rough language specfication. Ken had just finished the first working version of +and a rough language specification. Ken had just finished the first working version of a Go compiler (it didn't produce native code, but rather transliterated Go code to C for fast prototyping) and it was time to try writing a program with it.