Skip to content

Commit

Permalink
auto merge of #5710 : ajuckel/rust/patch-1, r=luqmana
Browse files Browse the repository at this point in the history
One word typo fix
  • Loading branch information
bors committed Apr 4, 2013
2 parents af1baa3 + e2c7a4d commit aa899c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ custom destructors.

# Boxes

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

0 comments on commit aa899c9

Please sign in to comment.