# Objective - Fixes #14552 - Make the current note of `before` and `after` understandable. - > The given set is not implicitly added to the schedule when this system set is added. ## Solution - Replace note in docs of [`after` and `before`](https://docs.rs/bevy/latest/bevy/ecs/prelude/trait.IntoSystemConfigs.html#method.before) - Note of after was removed completely, and links to `before`, because they notes would be identical. - Also encourage to use `.chain`, which is much simpler and safer to use ## Testing - Checked the docs after running `cargo doc` and `cargo run -p ci -- lints` - Are there any parts that need more testing? - no need to test, but please review the text. If it is still including the intended message and especially if its understandable. --------- Co-authored-by: Jan Hohenheim <jan@hohenheim.ch> Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> |
||
|---|---|---|
| .. | ||
| executor | ||
| condition.rs | ||
| config.rs | ||
| graph_utils.rs | ||
| mod.rs | ||
| schedule.rs | ||
| set.rs | ||
| stepping.rs | ||