File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2966,7 +2966,7 @@ move values (depending on their type) from the environment into the lambda
2966
2966
expression's captured environment.
2967
2967
2968
2968
In this example, we define a function ` ten_times ` that takes a higher-order
2969
- function argument, and call it with a lambda expression as an argument:
2969
+ function argument, and we then call it with a lambda expression as an argument:
2970
2970
2971
2971
```
2972
2972
fn ten_times<F>(f: F) where F: Fn(i32) {
@@ -3489,7 +3489,7 @@ x = bo(5,7);
3489
3489
3490
3490
#### Function types for specific items
3491
3491
3492
- Internally to the compiler, there are also function types that are specific to a particular
3492
+ Internal to the compiler, there are also function types that are specific to a particular
3493
3493
function item. In the following snippet, for example, the internal types of the functions
3494
3494
` foo ` and ` bar ` are different, despite the fact that they have the same signature:
3495
3495
You can’t perform that action at this time.
0 commit comments