Skip to content

Commit

Permalink
Single curly braces instead of double are being used
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Bautista committed Aug 8, 2014
1 parent 59f23ae commit b142827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ in the middle of a string." We add a comma, and then `x`, to indicate that we
want `x` to be the value we're interpolating. The comma is used to separate
arguments we pass to functions and macros, if you're passing more than one.

When you just use the double curly braces, Rust will attempt to display the
When you just use the curly braces, Rust will attempt to display the
value in a meaningful way by checking out its type. If you want to specify the
format in a more detailed manner, there are a [wide number of options
available](/std/fmt/index.html). For now, we'll just stick to the default:
Expand Down

9 comments on commit b142827

@bors
Copy link
Contributor

@bors bors commented on b142827 Aug 19, 2014

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 b142827 Aug 19, 2014

Choose a reason for hiding this comment

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

merging EduardoBautista/rust/fix-error-message-in-guide = b142827 into auto

@bors
Copy link
Contributor

@bors bors commented on b142827 Aug 19, 2014

Choose a reason for hiding this comment

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

EduardoBautista/rust/fix-error-message-in-guide = b142827 merged ok, testing candidate = 1b20895e

@bors
Copy link
Contributor

@bors bors commented on b142827 Aug 19, 2014

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 b142827 Aug 19, 2014

Choose a reason for hiding this comment

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

merging EduardoBautista/rust/fix-error-message-in-guide = b142827 into auto

@bors
Copy link
Contributor

@bors bors commented on b142827 Aug 19, 2014

Choose a reason for hiding this comment

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

EduardoBautista/rust/fix-error-message-in-guide = b142827 merged ok, testing candidate = eaf810a

@bors
Copy link
Contributor

@bors bors commented on b142827 Aug 19, 2014

Choose a reason for hiding this comment

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

fast-forwarding master to auto = eaf810a

Please sign in to comment.