Skip to content

Commit

Permalink
Edit some comments in preparation for enabling ocamlformat parse-docs…
Browse files Browse the repository at this point in the history
…trings=true
  • Loading branch information
mbarbin committed Jan 10, 2025
1 parent 60be28b commit 9766884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bopkit_memory/src/bopkit_memory.mli
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ val get_color : _ t -> address:int -> Graphics.color option
val set_color : _ t -> address:int -> color:Graphics.color -> unit

(** [set_color_option t ~address ~color_option] is just a convenient wrapper
that either calls [set_color t ~address ~color] when [color_option=Some
color] or [reset_color t ~address] when [color_option=None]. *)
that either calls [set_color t ~address ~color] when [color_option=Some color]
or [reset_color t ~address] when [color_option=None]. *)
val set_color_option : _ t -> address:int -> color:Graphics.color option -> unit

(** {1 Word printing style}
Expand Down

0 comments on commit 9766884

Please sign in to comment.