mirror of
https://github.com/golang/go
synced 2024-11-18 12:54:44 -07:00
fix typo: s/connnection/connection/
Change-Id: Ib59dd669cf44b10f5ba811b4916721e6aea611d7 Reviewed-on: https://go-review.googlesource.com/12630 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
1c460ffc92
commit
4d49207e6b
@ -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'.
|
||||
|
@ -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'.
|
||||
|
Loading…
Reference in New Issue
Block a user