website: fix minor grammatical mistake in comparable.md

Change-Id: I051e221eaeee5f29df281fdf6c8bc88873cadadd
Reviewed-on: https://go-review.googlesource.com/c/website/+/490095
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/_content/blog/comparable.md b/_content/blog/comparable.md
index 93c767a..1bb08b0 100644
--- a/_content/blog/comparable.md
+++ b/_content/blog/comparable.md
@@ -415,7 +415,7 @@
 In the absence of a convincing solution, it seemed safest to make the
 implementation consistent with the spec.
 A year later, and with plenty of time to consider different approaches,
-it seems that the implementation we had was the implementation we want in the first place.
+it seems that the implementation we had was the implementation we wanted in the first place.
 We have come full circle.
 
 As always, please let us know if anything doesn't work as expected