summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stdlib/format.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/format.mli b/stdlib/format.mli
index f660b1f24..b47587dc0 100644
--- a/stdlib/format.mli
+++ b/stdlib/format.mli
@@ -22,7 +22,7 @@
For a gentle introduction to the basics of pretty-printing using
[Format], read
- {{:http://caml.inria.fr/resources/doc/guides/format.html}http://caml.inria.fr/resources/doc/guides/format.html}.
+ {{:http://caml.inria.fr/resources/doc/guides/format.en.html}http://caml.inria.fr/resources/doc/guides/format.en.html}.
You may consider this module as providing an extension to the
[printf] facility to provide automatic line breaking. The addition of