]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove an errant dot.
authorAndrew Gerrand <adg@golang.org>
Thu, 15 Dec 2011 06:17:39 +0000 (17:17 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 15 Dec 2011 06:17:39 +0000 (17:17 +1100)
Curses!

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5489048

doc/devel/weekly.html

index 4f616d835dc52bb63933aed0639d3c81d7d75451..1076745c11a790b7fbb867747cc8a610c5dbfb6f 100644 (file)
@@ -22,7 +22,7 @@ This release includes language changes and changes to goinstall and gofmt.
 Equality and inequality (== and !=) are now defined for struct and array
 values, respectively, provided the elements of the data structures can
 themselves be compared. See the Go 1 release notes for the details:
-       http://weekly..golang.org/doc/go1.html#equality
+       http://weekly.golang.org/doc/go1.html#equality
 
 The rune type is now an alias for int32 and character literals have the default
 type of rune. Code that uses int where it should use rune will break.