Skip to content

Commit

Permalink
Fix missing parenthesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholassm committed Sep 16, 2024
1 parent ff64e51 commit 36406d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/Disruptor/Disruptor_MPMC.tla
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------- MODULE Disruptor_MPMC --------------------------
***************************************************************************)
(***************************************************************************)
(* Models a Multi Producer, Multi Consumer Disruptor (MPMC). *)
(* *)
(* The producers publish their claimed sequence number as value into *)
Expand Down

0 comments on commit 36406d2

Please sign in to comment.