mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Fixed on
to in
in comment.
This commit is contained in:
parent
e5d8895c8e
commit
ff49deb886
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user