Doc-comment fix; trait names are capitalized
This commit is contained in:
parent
20cf4cf62c
commit
536c244be3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
//!
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue