From 145c18365e09434d1571625b1edea5b770cb17cf Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 13 Oct 2011 09:03:24 -0700 Subject: [PATCH] doc: minor homepage tweak Don't imply that the tour isn't browser-based. R=adg CC=golang-dev https://golang.org/cl/5265041 --- doc/root.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/root.html b/doc/root.html index 2d9a8979ba..b7f6ec2617 100644 --- a/doc/root.html +++ b/doc/root.html @@ -51,11 +51,12 @@ google.setOnLoadCallback(loadFeed);

Get started now with - A Tour of Go. + A Tour of Go + in your browser.

[How does this work?]
- Or try it right here in your browser:

+ Or try Go right here:

-- 2.50.0