We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004c4b4 commit 3eebec6Copy full SHA for 3eebec6
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