Skip to content

Commit

Permalink
Fixed weird grammar in lifetimes guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
reem committed Jun 5, 2014
1 parent 193574a commit 7e0cc34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/guide-lifetimes.md
Expand Up @@ -14,9 +14,9 @@ Despite their complete safety, a reference's representation at runtime
is the same as that of an ordinary pointer in a C program. They introduce zero
overhead. The compiler does all safety checks at compile time.

Although references have rather elaborate theoretical underpinnings usually
introduced as (e.g. region pointers), the core concepts will be familiar to
anyone who has worked with C or C++. The best way to explain how they are
Although references have rather elaborate theoretical underpinnings
(e.g. region pointers), the core concepts will be familiar to anyone
who has worked with C or C++. The best way to explain how they are
used—and their limitations—is probably just to work through several examples.

# By example
Expand Down

5 comments on commit 7e0cc34

@bors
Copy link
Contributor

@bors bors commented on 7e0cc34 Jun 6, 2014

Choose a reason for hiding this comment

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

saw approval from brson
at reem@7e0cc34

@bors
Copy link
Contributor

@bors bors commented on 7e0cc34 Jun 6, 2014

Choose a reason for hiding this comment

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

merging reem/rust/lifetimes-guide-grammar = 7e0cc34 into auto

@bors
Copy link
Contributor

@bors bors commented on 7e0cc34 Jun 6, 2014

Choose a reason for hiding this comment

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

reem/rust/lifetimes-guide-grammar = 7e0cc34 merged ok, testing candidate = ae95770

@bors
Copy link
Contributor

@bors bors commented on 7e0cc34 Jun 6, 2014

@bors
Copy link
Contributor

@bors bors commented on 7e0cc34 Jun 6, 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 = ae95770

Please sign in to comment.