Skip to content

Commit

Permalink
Simple typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuckel committed Apr 4, 2013
1 parent 5f13e9c commit e2c7a4d
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

9 comments on commit e2c7a4d

@bors
Copy link
Contributor

@bors bors commented on e2c7a4d Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from luqmana
at ajuckel@e2c7a4d

@bors
Copy link
Contributor

@bors bors commented on e2c7a4d Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@bors
Copy link
Contributor

@bors bors commented on e2c7a4d Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@bors
Copy link
Contributor

@bors bors commented on e2c7a4d Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on e2c7a4d Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from luqmana
at ajuckel@e2c7a4d

@bors
Copy link
Contributor

@bors bors commented on e2c7a4d Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@bors
Copy link
Contributor

@bors bors commented on e2c7a4d Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@bors
Copy link
Contributor

@bors bors commented on e2c7a4d Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on e2c7a4d Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = aa899c9

Please sign in to comment.