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 51d36d2 + 8c3a81d commit 555440aCopy full SHA for 555440a
_tour/basics.md
@@ -145,7 +145,7 @@ println(add(1, 2)) // 3
145
```
146
{% endscalafiddle %}
147
148
-Notice how the return type is declared _after_ the parameter list and the `: Int`.
+Notice how the return type `Int` is declared _after_ the parameter list and a `:`.
149
150
A method can take multiple parameter lists:
151
0 commit comments