Skip to content

Commit aa899c9

Browse files
committed
auto merge of #5710 : ajuckel/rust/patch-1, r=luqmana
One word typo fix
2 parents af1baa3 + e2c7a4d commit aa899c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ custom destructors.
988988

989989
# Boxes
990990

991-
Many modern languages represent values as as pointers to heap memory by
991+
Many modern languages represent values as pointers to heap memory by
992992
default. In contrast, Rust, like C and C++, represents such types directly.
993993
Another way to say this is that aggregate data in Rust are *unboxed*. This
994994
means that if you `let x = Point { x: 1f, y: 1f };`, you are creating a struct

0 commit comments

Comments
 (0)