We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff0913c + 3d30efd commit 184e305Copy full SHA for 184e305
en/02.3.md
@@ -193,7 +193,7 @@ Use the `func` keyword to define a function.
193
func funcName(input1 type1, input2 type2) (output1 type1, output2 type2) {
194
// function body
195
// multi-value return
196
- return value1, value2
+ return output1, output2
197
}
198
```
199
We can extrapolate the following information from the example above.
0 commit comments