Skip to content

Commit 3a71ca2

Browse files
fuowanggopherbot
authored andcommitted
relnote: fix the typo in links.go
Change-Id: I7dfe20299bc4fff8aa9d07c8ea249522d5a0d96e GitHub-Last-Rev: 4f0562d GitHub-Pull-Request: #105 Reviewed-on: https://go-review.googlesource.com/c/build/+/637016 Reviewed-by: David Chase <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent 8a21a58 commit 3a71ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relnote/links.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func symbolLinkText(i int, ins []md.Inline) string {
158158
if plainText(i) != "[" {
159159
return ""
160160
}
161-
// The open bracket must be preceeded by a link-adjacent rune (or by nothing).
161+
// The open bracket must be preceded by a link-adjacent rune (or by nothing).
162162
if t := plainText(i - 1); t != "" {
163163
r, _ := utf8.DecodeLastRuneInString(t)
164164
if !isLinkAdjacentRune(r) {

0 commit comments

Comments
 (0)