Closed
Description
Location
https://doc.rust-lang.org/std/vec/struct.Vec.html#method.truncate
Summary
The documentation currently says
If
len
is greater than the vector’s current length, this has no effect.
But it also doesn't have an effect if the two lengths are equal, so I think it should say "greater or equal to the vector's current length".