aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Williams <pwnfactory@gmail.com>2022-02-17 20:23:38 +0000
committerIan Lance Taylor <iant@golang.org>2022-02-18 19:18:43 +0000
commit088710e1f19c72c819acfb2fa1c3903827d17ad0 (patch)
tree1b951cc0325ba9898449d2c241e3a56a9d100f8f
parent2b9cc15f0f5c199f2578694ce34fc7ac4eb7d712 (diff)
downloadgo-x-proposal-088710e1f19c72c819acfb2fa1c3903827d17ad0.tar.xz
design/51082-godocfmt: fix typo
Change-Id: I6d56cf8ac019ce383b856be5e7cfec8b532173ad GitHub-Last-Rev: 7349441d7f457f83c00b3820441c010719c99c68 GitHub-Pull-Request: golang/proposal#40 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/386318 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--design/51082-godocfmt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/51082-godocfmt.md b/design/51082-godocfmt.md
index 8a9c586..d2509df 100644
--- a/design/51082-godocfmt.md
+++ b/design/51082-godocfmt.md
@@ -388,7 +388,7 @@ renders exactly as before but uses standard layout. Specifically:
- All numbered list items use the “N.” form (“N)” is converted).
- The ASCII double-single-quote forms that have always been
defined to render as “ and ” are replaced with those.
- - Link URL definitionss are moved to the bottom of the doc comment,
+ - Link URL definitions are moved to the bottom of the doc comment,
in two different blank-line-separated groups:
definitions used by the doc comment
and definitions not used.