summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--go.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.html.markdown b/go.html.markdown
index 2e68a25c..0f022541 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -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