diff --git a/godoc/static/playground.js b/godoc/static/playground.js index 59d4cdab13..c9440676b6 100644 --- a/godoc/static/playground.js +++ b/godoc/static/playground.js @@ -7,7 +7,7 @@ In the absence of any formal way to specify interfaces in JavaScript, here's a skeleton implementation of a playground transport. function Transport() { - // Set up any transport state (eg, make a websocket connnection). + // Set up any transport state (eg, make a websocket connection). return { Run: function(body, output, options) { // Compile and run the program 'body' with 'options'. diff --git a/godoc/static/static.go b/godoc/static/static.go index da23d74b65..c555604983 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -2071,7 +2071,7 @@ In the absence of any formal way to specify interfaces in JavaScript, here's a skeleton implementation of a playground transport. function Transport() { - // Set up any transport state (eg, make a websocket connnection). + // Set up any transport state (eg, make a websocket connection). return { Run: function(body, output, options) { // Compile and run the program 'body' with 'options'.