Merge pull request #60 from carsonmcdonald/fixsuccesfully
Change succesfully to successfully
This commit is contained in:
commit
08fedf84be
@ -1,5 +1,5 @@
|
|||||||
# When we run the program the `"ping"` message is
|
# When we run the program the `"ping"` message is
|
||||||
# succesfully passed from one goroutine to another via our
|
# successfully passed from one goroutine to another via our
|
||||||
# channel.
|
# channel.
|
||||||
$ go run channels.go
|
$ go run channels.go
|
||||||
ping
|
ping
|
||||||
|
@ -127,7 +127,7 @@ we sent above and print it out.</p>
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="docs">
|
<td class="docs">
|
||||||
<p>When we run the program the <code>"ping"</code> message is
|
<p>When we run the program the <code>"ping"</code> message is
|
||||||
succesfully passed from one goroutine to another via our
|
successfully passed from one goroutine to another via our
|
||||||
channel.</p>
|
channel.</p>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user