diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2012-02-21 12:41:33 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2012-02-21 12:41:33 +0000 |
commit | f824b6a46cfaa7ede967a9d5fa6740cf0966cd0d (patch) | |
tree | 54d5030b5ccf3c877f3d0b3dfdaf11ed2d79cd79 /stdlib | |
parent | df19aff00d28a27719ceb9742f653b871f26846f (diff) |
change duplicate tag in docs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12176 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/format.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/format.mli b/stdlib/format.mli index 5a55a1547..c8146d747 100644 --- a/stdlib/format.mli +++ b/stdlib/format.mli @@ -404,7 +404,7 @@ val get_all_formatter_output_functions : including line breaking and indentation functions. Useful to record the current setting and restore it afterwards. *) -(** {6:tags Changing the meaning of printing semantics tags} *) +(** {6:tagsmeaning Changing the meaning of printing semantics tags} *) type formatter_tag_functions = { mark_open_tag : tag -> string; |