fix typos
This commit is contained in:
parent
8141873e6d
commit
3b4151c9f3
22 changed files with 25 additions and 25 deletions
|
@ -1363,7 +1363,7 @@ mod self_upper_keyword {}
|
|||
///
|
||||
/// let r1 = &FOO as *const _;
|
||||
/// let r2 = &FOO as *const _;
|
||||
/// // With a strictly read-only static, references will have the same adress
|
||||
/// // With a strictly read-only static, references will have the same address
|
||||
/// assert_eq!(r1, r2);
|
||||
/// // A static item can be used just like a variable in many cases
|
||||
/// println!("{:?}", FOO);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue