diff options
| author | coqbot-app[bot] | 2021-04-07 09:10:11 +0000 |
|---|---|---|
| committer | GitHub | 2021-04-07 09:10:11 +0000 |
| commit | 6f6825636ffe705442dfbbdacfef2e925553b28b (patch) | |
| tree | 5ca28b3f8f65625843aba7fa47c2f845fe7f5929 /lib | |
| parent | ae4c38571697528b96dd1f5319873dfe5a11d581 (diff) | |
| parent | 4e28d88de719711a608389a02f9358182eec5235 (diff) | |
Merge PR #14056: Miscellaneous mini-"typos" fixes
Reviewed-by: SkySkimmer
Reviewed-by: jfehrle
Reviewed-by: silene
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pp.mli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/pp.mli b/lib/pp.mli index b3c2301d34..865f97166f 100644 --- a/lib/pp.mli +++ b/lib/pp.mli @@ -171,7 +171,7 @@ val prvecti_with_sep : val pr_enum : ('a -> t) -> 'a list -> t (** [pr_enum pr [a ; b ; ... ; c]] outputs - [pr a ++ str "," ++ pr b ++ str "," ++ ... ++ str "and" ++ pr c]. *) + [pr a ++ str "," ++ spc () ++ pr b ++ str "," ++ spc () ++ ... ++ str "and" ++ spc () ++ pr c]. *) val pr_sequence : ('a -> t) -> 'a list -> t (** Sequence of objects separated by space (unless an element is empty). *) @@ -188,7 +188,6 @@ val pp_with : Format.formatter -> t -> unit val string_of_ppcmds : t -> string - (** Tag prefix to start a multi-token diff span *) val start_pfx : string |
