We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c244acc + 3eebec6 commit fb09a44Copy full SHA for fb09a44
src/doc/book/functions.md
@@ -68,7 +68,7 @@ You get this error:
68
69
```text
70
expected one of `!`, `:`, or `@`, found `)`
71
-fn print_number(x, y) {
+fn print_sum(x, y) {
72
```
73
74
This is a deliberate design decision. While full-program inference is possible,
0 commit comments