Skip to content

Commit 200dcf4

Browse files
arora-amanjoshtriplett
authored andcommitted
Update src/types/closure.md
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
1 parent 5246f35 commit 200dcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/closure.md

Lines changed: 1 addition & 1 deletion
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)