Skip to content

Commit 93347a1

Browse files
committed
refactor(sheet): remove outdated comments regarding plan execution
1 parent 958906d commit 93347a1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

property-model/src/sheet.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,6 @@ impl Sheet {
266266
/// After propagation, call [`Sheet::changed`] to inspect which cells were updated,
267267
/// and [`Sheet::clear_changed`] when done.
268268
///
269-
/// If `execute_plan` fails, `last_plan` is not updated; `selected_method` will continue
270-
/// to reflect the last *successful* propagation.
271-
///
272269
/// On success, `selected_method` reflects the newly computed plan.
273270
///
274271
/// # Errors

0 commit comments

Comments
 (0)