Fixed on to in in comment.

This commit is contained in:
Sam Zaydel 2014-06-22 06:21:21 -07:00
parent e5d8895c8e
commit ff49deb886

View File

@ -116,7 +116,7 @@ can include line breaks.` // Same string type.
learnFlowControl() // Back in the flow.
}
// It is possible, unlike in many other languages for functions on go
// It is possible, unlike in many other languages for functions in go
// to have named return values.
// We just have to assign a name to the type being returned in the function
// declaration line. This allows us to easily return from multiple points