File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 76
76
//! `i32`](primitive.i32.html) that lists all the methods that can be called on
77
77
//! 32-bit integers (very useful), and there is a [page for the module
78
78
//! `std::i32`](i32/index.html) that documents the constant values [`MIN`] and
79
- //! [`MAX`](i32/constant.MAX.html) (rarely useful).
79
+ //! [`MAX`] (rarely useful).
80
80
//!
81
81
//! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
82
82
//! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
152
152
//! [`mpsc`], which contains the channel types for message passing.
153
153
//!
154
154
//! [I/O]: io/index.html
155
- //! [MIN]: i32/constant.MIN.html
155
+ //! [`MIN`]: i32/constant.MIN.html
156
+ //! [`MAX`]: i32/constant.MAX.html
156
157
//! [TCP]: net/struct.TcpStream.html
157
158
//! [The Rust Prelude]: prelude/index.html
158
159
//! [UDP]: net/struct.UdpSocket.html
You can’t perform that action at this time.
0 commit comments