From c732b71b8b4192b605b02b7c5c3da14743a5815d Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 1 Aug 2019 17:30:13 -0400 Subject: content/experiment: fix typo Change-Id: Ic3710a19aef5d26f28a5f873e5c6e6b57347c248 Reviewed-on: https://go-review.googlesource.com/c/blog/+/188617 Run-TryBot: Russ Cox Reviewed-by: Russ Cox --- content/experiment.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/experiment.article b/content/experiment.article index a38bee2..f25726e 100644 --- a/content/experiment.article +++ b/content/experiment.article @@ -565,7 +565,7 @@ version of an error type assertion: Whether to make it possible to unwrap an error is an API decision, the same way that whether to export a struct field is an API decision. Sometimes it is appropriate to expose that detail to calling code, -and sometimes you isn’t. +and sometimes it isn’t. When it is, implement Unwrap. When it isn’t, don’t implement Unwrap. -- cgit v1.2.3