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