Skip to content

Commit

Permalink
Update manual for single-element tuple types
Browse files Browse the repository at this point in the history
  • Loading branch information
zofrex committed Apr 7, 2013
1 parent d1e2d29 commit ac9e694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rust.md
Expand Up @@ -2579,7 +2579,7 @@ to the record type-constructor. The differences are as follows:

Tuple types and values are denoted by listing the types or values of their
elements, respectively, in a parenthesized, comma-separated
list. Single-element tuples are not legal; all tuples have two or more values.
list.

The members of a tuple are laid out in memory contiguously, like a record, in
order specified by the tuple type.
Expand Down

5 comments on commit ac9e694

@bors
Copy link
Contributor

@bors bors commented on ac9e694 Apr 8, 2013

Choose a reason for hiding this comment

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

saw approval from thestinger
at zofrex@ac9e694

@bors
Copy link
Contributor

@bors bors commented on ac9e694 Apr 8, 2013

Choose a reason for hiding this comment

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

merging zofrex/rust/doc-1-tuples = ac9e694 into auto

@bors
Copy link
Contributor

@bors bors commented on ac9e694 Apr 8, 2013

Choose a reason for hiding this comment

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

zofrex/rust/doc-1-tuples = ac9e694 merged ok, testing candidate = 786ae01

@bors
Copy link
Contributor

@bors bors commented on ac9e694 Apr 9, 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 ac9e694 Apr 9, 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 = 786ae01

Please sign in to comment.