From 4fae9f794331eecc6106269f27b063aa060a5bfa Mon Sep 17 00:00:00 2001 From: Stefan Nilsson Date: Tue, 28 Feb 2012 09:22:55 +1100 Subject: [PATCH] doc/go1: fix broken link R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5695072 --- doc/go1.html | 2 +- doc/go1.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go1.html b/doc/go1.html index 75a309fe9e9..88fec19724d 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -1786,7 +1786,7 @@ The compiler will catch code using the old interface. The regexp package has been rewritten. It has the same interface but the specification of the regular expressions it supports has changed from the old "egrep" form to that of -RE2. +RE2.

diff --git a/doc/go1.tmpl b/doc/go1.tmpl index 6551daefd2c..4e57ff48bfc 100644 --- a/doc/go1.tmpl +++ b/doc/go1.tmpl @@ -1671,7 +1671,7 @@ The compiler will catch code using the old interface. The regexp package has been rewritten. It has the same interface but the specification of the regular expressions it supports has changed from the old "egrep" form to that of -RE2. +RE2.