For example in the doc for str::len:
This length is in bytes, not chars or graphemes.
The char in the doc links to char/index.html instead of primitive.char.html.
Outside of the standard library, char links to the primitive, unless there is a use std::char; statement in which case it links to the module.