1
Fork 0

fix typos

This commit is contained in:
liuzhenyu 2020-08-02 23:20:00 +08:00
parent 8141873e6d
commit 3b4151c9f3
22 changed files with 25 additions and 25 deletions

View file

@ -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);