diff --git a/src/temporal_logic/rules.rs b/src/temporal_logic/rules.rs index 88c840160..36d78b7aa 100644 --- a/src/temporal_logic/rules.rs +++ b/src/temporal_logic/rules.rs @@ -1352,7 +1352,7 @@ pub proof fn strengthen_next(spec: TempPred, next: ActionPred, inv: Sta /// Get the initial leads_to. /// pre: -/// spec |= [](p /\ next => p' /\ q') +/// spec |= [](p /\ next => p' \/ q') /// spec |= [](p /\ next /\ forward => q') /// spec |= []next /// spec |= []p ~> forward @@ -1421,7 +1421,7 @@ pub proof fn wf1_variant_borrow_from_spec_temp(spec: TempPred, next: TempP /// Get the initial leads_to with a stronger wf assumption than wf1_variant. /// pre: -/// |= p /\ next => p' /\ q' +/// |= p /\ next => p' \/ q' /// |= p /\ next /\ forward => q' /// |= p => enabled(forward) /// spec |= []next