fix markdownlint

This commit is contained in:
Christian Hughes 2025-07-13 17:34:23 -05:00
parent 9a3e23c89a
commit d43a7cb8b3

View File

@ -34,4 +34,4 @@ The following functions were removed:
- `NodeId::cmp`: Use the `PartialOrd` and `Ord` traits instead.
- `ScheduleGraph::set_conditions_at`: If needing to check presence of conditions,
use `ScheduleGraph::system_sets` and `SystemSets::has_conditions`.
Otherwise, use `SystemSets::get_conditions`.
Otherwise, use `SystemSets::get_conditions`.