File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363//! type, but not the all-important methods.
6464//!
6565//! So for example there is a [page for the primitive type
66- //! `i32 `](primitive::i32 ) that lists all the methods that can be called on
67- //! 32-bit integers (very useful), and there is a [page for the module
68- //! `std::i32 `] that documents the constant values [`MIN`] and [`MAX`] (rarely
69- //! useful).
66+ //! `char `](primitive::char ) that lists all the methods that can be called on
67+ //! characters (very useful), and there is a [page for the module
68+ //! `std::char `] that documents iterator and error types created by these methods
69+ //! (rarely useful).
7070//!
7171//! Note the documentation for the primitives [`str`] and [`[T]`][prim@slice] (also
7272//! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
You can’t perform that action at this time.
0 commit comments