How can Bevy's documentation be improved?
/// Computes and returns the vertex data of the mesh as bytes.
/// Therefore the attributes are located in alphabetical order.
Bevy uses the MeshVertexAttributeId over the name since #3959, doc should reflect that change.