Review request changes
This commit is contained in:
parent
f628117529
commit
da74e865b5
1 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@
|
||||||
//! Unicode string slices.
|
//! Unicode string slices.
|
||||||
//!
|
//!
|
||||||
//! The `&str` type is one of the two main string types, the other being `String`.
|
//! The `&str` type is one of the two main string types, the other being `String`.
|
||||||
//! Unlike its `String` counterpart, its contents are borrowed and therefore
|
//! Unlike its `String` counterpart, its contents are borrowed.
|
||||||
//! cannot be moved someplace else.
|
|
||||||
//!
|
//!
|
||||||
//! # Basic Usage
|
//! # Basic Usage
|
||||||
|
//!
|
||||||
//! A basic string declaration of `&str` type:
|
//! A basic string declaration of `&str` type:
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
|
|
Loading…
Add table
Reference in a new issue