Skip to content

Commit e2c7a4d

Browse files
committedApr 4, 2013
Simple typo fix
1 parent 5f13e9c commit e2c7a4d

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

9 commit comments

Comments
 (9)

bors commented on Apr 4, 2013

@bors
Collaborator

saw approval from luqmana
at ajuckel@e2c7a4d

bors commented on Apr 4, 2013

@bors
Collaborator

merging ajuckel/rust/patch-1 = e2c7a4d into auto

bors commented on Apr 4, 2013

@bors
Collaborator

ajuckel/rust/patch-1 = e2c7a4d merged ok, testing candidate = afae746

bors commented on Apr 4, 2013

@bors
Collaborator

bors commented on Apr 4, 2013

@bors
Collaborator

saw approval from luqmana
at ajuckel@e2c7a4d

bors commented on Apr 4, 2013

@bors
Collaborator

merging ajuckel/rust/patch-1 = e2c7a4d into auto

bors commented on Apr 4, 2013

@bors
Collaborator

ajuckel/rust/patch-1 = e2c7a4d merged ok, testing candidate = aa899c9

bors commented on Apr 4, 2013

@bors
Collaborator

fast-forwarding incoming to auto = aa899c9

Please sign in to comment.