aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/godoc-documenting-go-code.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/godoc-documenting-go-code.article b/content/godoc-documenting-go-code.article
index 13df471..30d5dab 100644
--- a/content/godoc-documenting-go-code.article
+++ b/content/godoc-documenting-go-code.article
@@ -43,7 +43,7 @@ programs.
To signal that an identifier should not be used, add a paragraph to its doc
comment that begins with "Deprecated:" followed by some information about the
deprecation.
-There are a such few examples [[https://golang.org/search?q=deprecated][in the standard library]].
+There are a few examples [[https://golang.org/search?q=Deprecated:][in the standard library]].
There are a few formatting rules that Godoc uses when converting comments to HTML: