Skip to content

Commit

Permalink
Doc-comment fix; trait names are capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jun 4, 2015
1 parent 20cf4cf commit 536c244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/cell.rs
Expand Up @@ -38,7 +38,7 @@
//!
//! * Introducing inherited mutability roots to shared types.
//! * Implementation details of logically-immutable methods.
//! * Mutating implementations of `clone`.
//! * Mutating implementations of `Clone`.
//!
//! ## Introducing inherited mutability roots to shared types
//!
Expand Down Expand Up @@ -109,7 +109,7 @@
//! }
//! ```
//!
//! ## Mutating implementations of `clone`
//! ## Mutating implementations of `Clone`
//!
//! This is simply a special - but common - case of the previous: hiding mutability for operations
//! that appear to be immutable. The `clone` method is expected to not change the source value, and
Expand Down

0 comments on commit 536c244

Please sign in to comment.