Skip to content

Commit c935bac

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

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
@@ -7,7 +7,7 @@ closure:
77

88
```rust
99
#[derive(Debug)]
10-
struct Point { x:i32, y:i32 }
10+
struct Point { x: i32, y: i32 }
1111
struct Rectangle { left_top: Point, right_bottom: Point }
1212

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

0 commit comments

Comments
 (0)