Skip to content

Commit

Permalink
debug mdx test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrm committed Nov 26, 2024
1 parent 288bb55 commit 040c62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spsc_queue/spsc_queue_intf.mli
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module type SPSC_queue = sig
a costly operation, especially compared to the relatively small amount of work
being performed here. In practice, using a barrier in this manner is unnecessary.
{@ocaml non-deterministic[
{@ocaml non-deterministic=command[
# open Saturn.Single_prod_single_cons_queue
# let t : int t = create ~size_exponent:5
val t : int t = <abstr>
Expand Down

0 comments on commit 040c62f

Please sign in to comment.