typo
This commit is contained in:
parent
6759d18811
commit
fa27469e60
|
@ -97,7 +97,7 @@ val set_margin_function : (LTerm_geom.size -> int option) -> unit
|
||||||
The default is:
|
The default is:
|
||||||
|
|
||||||
{[
|
{[
|
||||||
fun size -> Some (max 80 size.cols)
|
fun size -> Some (min 80 size.cols)
|
||||||
]}
|
]}
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue