Skip to content

Commit b864582

Browse files
authored
Fix overlay tree edge definition in comment of EWD687a.tla
Typo found by @muenchnerkindl as part of #211 (comment)
1 parent 15733ef commit b864582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specifications/ewd687a/EWD687a.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ VARIABLES
182182
(* *)
183183
(* O == *)
184184
(* LET E == {upEdge[p] : p \in DOMAIN upEdge} \ {NotAnEdge} IN *)
185-
(* [ edges |-> U, nodes |-> {e[1] : e \in E} \cup {e[2] : e \in E}] *)
185+
(* [ edges |-> E, nodes |-> {e[1] : e \in E} \cup {e[2] : e \in E}] *)
186186
(* *)
187187
(* (We do not bother to change the direction of the edges in O to *)
188188
(* point towards the leader.) *)

0 commit comments

Comments
 (0)