diff --git a/examples/channels/channels.sh b/examples/channels/channels.sh index 8590e1f..0d37c18 100644 --- a/examples/channels/channels.sh +++ b/examples/channels/channels.sh @@ -1,6 +1,6 @@ # When we run the program the `"ping"` message is -# successfully passed from one goroutine to another via our -# channel. +# successfully passed from one goroutine to another via +# our channel. $ go run channels.go ping