Skip to content

Commit

Permalink
doc: add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Aug 24, 2014
1 parent 36131f5 commit 6d2fe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide.md
Expand Up @@ -5526,7 +5526,7 @@ Guide can help you if you want to write your own.

# Unsafe

Finally, there's one more concept that you should be aware in Rust: `unsafe`.
Finally, there's one more Rust concept that you should be aware of: `unsafe`.
There are two circumstances where Rust's safety provisions don't work well.
The first is when interfacing with C code, and the second is when building
certain kinds of abstractions.
Expand Down

9 comments on commit 6d2fe2e

@steveklabnik
Copy link
Member

Choose a reason for hiding this comment

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

r+

@bors
Copy link
Contributor

@bors bors commented on 6d2fe2e Aug 30, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at tshepang@6d2fe2e

@bors
Copy link
Contributor

@bors bors commented on 6d2fe2e Aug 30, 2014

Choose a reason for hiding this comment

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

merging tshepang/rust/temp = 6d2fe2e into auto

@bors
Copy link
Contributor

@bors bors commented on 6d2fe2e Aug 30, 2014

Choose a reason for hiding this comment

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

tshepang/rust/temp = 6d2fe2e merged ok, testing candidate = bfcc12e3

@bors
Copy link
Contributor

@bors bors commented on 6d2fe2e Aug 30, 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 6d2fe2e Aug 31, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at tshepang@6d2fe2e

@bors
Copy link
Contributor

@bors bors commented on 6d2fe2e Aug 31, 2014

Choose a reason for hiding this comment

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

merging tshepang/rust/temp = 6d2fe2e into auto

@bors
Copy link
Contributor

@bors bors commented on 6d2fe2e Aug 31, 2014

Choose a reason for hiding this comment

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

tshepang/rust/temp = 6d2fe2e merged ok, testing candidate = 48a7a043

@bors
Copy link
Contributor

@bors bors commented on 6d2fe2e Aug 31, 2014

Choose a reason for hiding this comment

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

Please sign in to comment.