diff options
-rw-r--r-- | content/experiment.article | 2 |
1 files changed, 1 insertions, 1 deletions
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. |