You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the other docstrings for the variants use the phrasing "Name of app stage X", while the docstring for CoreStage::Startup simply describes the stage.
While I personally am not a fan of the "Name of app stage" phrasing, if it is being used it should be used consistently.
Phrasing of either the Startup docstring or the other docstrings should be adjusted to match. Probably Startup should be changed in order to match both the other variants of CoreStage and the docstrings for StartupStage.
How can Bevy's documentation be improved?
All the other docstrings for the variants use the phrasing "Name of app stage X", while the docstring for
CoreStage::Startup
simply describes the stage.While I personally am not a fan of the "Name of app stage" phrasing, if it is being used it should be used consistently.
Phrasing of either the
Startup
docstring or the other docstrings should be adjusted to match. ProbablyStartup
should be changed in order to match both the other variants ofCoreStage
and the docstrings forStartupStage
.Relevant source code
bevy/crates/bevy_app/src/lib.rs
Lines 23 to 39 in 51a5070
The text was updated successfully, but these errors were encountered: