Skip to content

Commit

Permalink
Typo fix in pp.mli
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 b6741dd commit a36beb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pp.mli
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ val space : 'tag t
this point. If the algorithm decides not to break the line, nothing is
printed instead.
So for instance [verbatim "x" ++ space ++ verbatim "y"] might produce "xy"
So for instance [verbatim "x" ++ cut ++ verbatim "y"] might produce "xy"
or "x\n<indentation>y". *)
val cut : 'tag t

Expand Down

0 comments on commit a36beb2

Please sign in to comment.