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.
|
||||
//!
|
||||
//! 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
|
||||
//! cannot be moved someplace else.
|
||||
//! Unlike its `String` counterpart, its contents are borrowed.
|
||||
//!
|
||||
//! # Basic Usage
|
||||
//!
|
||||
//! A basic string declaration of `&str` type:
|
||||
//!
|
||||
//! ```
|
||||
|
|
Loading…
Add table
Reference in a new issue