mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 19:55:31 -05:00
chore: reindent
This commit is contained in:
parent
b27acb9bd2
commit
becc1007c2
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ val edit_distance : string -> string -> int
|
||||||
the formula [distance a b + distance b c >= distance a c]. *)
|
the formula [distance a b + distance b c >= distance a c]. *)
|
||||||
|
|
||||||
(** {2 Slices}
|
(** {2 Slices}
|
||||||
|
|
||||||
A contiguous part of a string *)
|
A contiguous part of a string *)
|
||||||
|
|
||||||
module Sub : sig
|
module Sub : sig
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue