You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Functions can have variadic arguments:
92
92
; Here are the remaining arguments: ["efgh","ijkl","mnop"]
93
93
```
94
94
95
-
Functions can be recursive, but make sure to manually define to return type, because it isn't possible to infer types mid-function yet:
95
+
Functions can be recursive, but make sure to manually define the return type, since it isn't possible to infer the return type of a function during it's execution yet:
0 commit comments