Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Nov 11, 2017
1 parent d929fe0 commit f6d4ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ useful for the following class of thread synchronization problems:
It is currently used as follows:

```rust
// Create a triple buffer of any Clone type:
// Create a triple buffer:
let buf = TripleBuffer::new(0);

// Split it into an input and output interface, to be respectively sent to
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! # Examples
//!
//! ```
//! // Create a triple buffer of any Clone type:
//! // Create a triple buffer:
//! use triple_buffer::TripleBuffer;
//! let buf = TripleBuffer::new(0);
//!
Expand Down

0 comments on commit f6d4ddb

Please sign in to comment.