Skip to content

Commit e65aea5

Browse files
committed
doc: Minor example formatting in 11 References
1 parent 81bc32d commit e65aea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ contains a point, but allocated in a different location:
14131413
14141414
~~~
14151415
# struct Point { x: f64, y: f64 }
1416-
let on_the_stack : Point = Point { x: 3.0, y: 4.0 };
1416+
let on_the_stack : Point = Point { x: 3.0, y: 4.0 };
14171417
let owned_box : ~Point = ~Point { x: 7.0, y: 9.0 };
14181418
~~~
14191419

0 commit comments

Comments
 (0)