Skip to content

Commit

Permalink
Fixed incorrect usage of 'Borrowing'.
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-dawn committed Oct 30, 2013
1 parent fc766ef commit 986fb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Expand Up @@ -1142,7 +1142,7 @@ For a more in-depth explanation of borrowed pointers, read the

## Freezing

Borrowing an immutable pointer to an object freezes it and prevents mutation.
Lending an immutable pointer to an object freezes it and prevents mutation.
`Owned` objects have freezing enforced statically at compile-time.

~~~~
Expand Down

5 comments on commit 986fb3c

@bors
Copy link
Contributor

@bors bors commented on 986fb3c Oct 31, 2013

Choose a reason for hiding this comment

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

saw approval from cmr
at brian-dawn@986fb3c

@bors
Copy link
Contributor

@bors bors commented on 986fb3c Oct 31, 2013

Choose a reason for hiding this comment

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

merging briantdawn/rust/master = 986fb3c into auto

@bors
Copy link
Contributor

@bors bors commented on 986fb3c Oct 31, 2013

Choose a reason for hiding this comment

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

briantdawn/rust/master = 986fb3c merged ok, testing candidate = b2f62ac

@bors
Copy link
Contributor

@bors bors commented on 986fb3c Oct 31, 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 986fb3c Oct 31, 2013

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 = b2f62ac

Please sign in to comment.