inferrred -> inferred
This commit is contained in:
Hollow Man
2020-11-21 20:19:33 +08:00
committed by Alexander Udalov
parent 3351887ae5
commit 926dc085da

View File

@@ -180,7 +180,7 @@ NOTE: function expression can not be passed to a function call outside the paren
In a lambda, only parameters (possibly decomposed) and their types can be specified. There's no way to explicitly specify the return type or receiver type. Those have to be inferred, otherwise function expression must be used.
TODO: support qualified returns in lambdas (when return type is unknown, nad has to be inferrred).
TODO: support qualified returns in lambdas (when return type is unknown, nad has to be inferred).
### Nested multi-declarations