Skip to content

Commit

Permalink
Improve wording for const pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Sep 2, 2020
1 parent 54a4fd1 commit ce90478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/keyword_docs.rs
Expand Up @@ -146,7 +146,7 @@ mod break_keyword {}
/// Constants, like statics, should always be in `SCREAMING_SNAKE_CASE`.
///
/// The `const` keyword is also used in raw pointers in combination with `mut`, as seen in `*const
/// T` and `*mut T`. More about that usage can be read at the Rust docs for the [pointer primitive].
/// T` and `*mut T`. More about `const` as used in raw pointers can be read at the Rust docs for the [pointer primitive].
///
/// For more detail on `const`, see the [Rust Book] or the [Reference].
///
Expand Down

0 comments on commit ce90478

Please sign in to comment.