Skip to content

Commit

Permalink
Indentation in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ambre Austen Suhamy <[email protected]>
  • Loading branch information
ElectreAAS authored Nov 14, 2024
1 parent a36beb2 commit ff43548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pp.mli
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ val space : 'tag t
this point. If the algorithm decides not to break the line, nothing is
printed instead.
So for instance [verbatim "x" ++ cut ++ verbatim "y"] might produce "xy"
or "x\n<indentation>y". *)
So for instance [verbatim "x" ++ cut ++ verbatim "y"] might produce "xy" or
"x\n<indentation>y". *)
val cut : 'tag t

(** [break] is a generalisation of [space] and [cut]. It also instructs the
Expand Down

0 comments on commit ff43548

Please sign in to comment.