Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Nov 24, 2023
1 parent 6fcfaf8 commit 1662d0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Specs/Quint/asyncModelsTest.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ import statemachineAsync(
Heights = Set(0) // , 1, 2, 3)
) as N4F2 from "./statemachineAsync"

// v3 and v4 are correct. v2 is a N4N4F22aulty proposal and proposes diN4N4F22N4N4F22erently to v3 and v4
// v3 and v4 are correct. v2 is a faulty proposal and proposes differently to v3 and v4
// this run leads to disagreement
run DisagreementTest = {
N4F2::init
Expand Down Expand Up @@ -243,4 +243,4 @@ run DisagreementTest = {



}
}
2 changes: 1 addition & 1 deletion Specs/Quint/voteBookkeeper.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ module voteBookkeeper {
// Called by the executor when it receives a vote. The function takes the following steps:
// - It first adds the vote and then computes a threshold.
// - If there exist a threshold and has not emitted before, the function returns the corresponsing ExecutorEvent.
// - Othewise, the function returns a no-threshold event.
// - Otherwise, the function returns a no-threshold event.
// - Note that if there is no threshold after adding the vote, the function checks if there is a skip threshold.
// TO DISCUSS:
// - There might be a problem if we generalize from single-shot to multi-shot: the keeper only keeps the totalWeight
Expand Down

0 comments on commit 1662d0f

Please sign in to comment.