diff options
author | Andrew Bonventre <andybons@gmail.com> | 2018-02-22 01:50:36 -0500 |
---|---|---|
committer | Andrew Bonventre <andybons@golang.org> | 2018-02-22 17:45:22 +0000 |
commit | 50caeec05b4e3f78d8a4c10145fde6bd7b1007f9 (patch) | |
tree | ed4a3dbc663a4114a19362372a0be74ad1a8c2e7 | |
parent | 0cf64627976d4de1a53b9bd518ce1ccdfccc772e (diff) |
content/godoc-documenting-go-code.article: fix link to deprecated examples
Fixes golang/go#24021
Change-Id: Idfeee853653cb44c4b92dff909dec36843ad6b0e
Reviewed-on: https://go-review.googlesource.com/96201
Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r-- | content/godoc-documenting-go-code.article | 2 |
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: |