Skip to content

Commit 7ce7a28

Browse files
arora-amanjoshtriplett
authored andcommitted
Update src/types/closure.md
Co-authored-by: Josh Triplett <[email protected]>
1 parent bf995cc commit 7ce7a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/closure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ closure:
99

1010
```rust
1111
#[derive(Debug)]
12-
struct Point { x:i32, y:i32 }
12+
struct Point { x: i32, y: i32 }
1313
struct Rectangle { left_top: Point, right_bottom: Point }
1414

1515
fn f<F : FnOnce() -> String> (g: F) {

0 commit comments

Comments
 (0)