summaryrefslogtreecommitdiff
path: root/Upgrading
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2010-01-22 12:48:24 +0000
committerDamien Doligez <damien.doligez-inria.fr>2010-01-22 12:48:24 +0000
commit04b1656222698bd7e92f213e9a718b7a4185643a (patch)
tree6186d1ba1e00adb1232908f95cb92c299902a943 /Upgrading
parentbdc0fadee2dc9669818955486b4c3497016edda5 (diff)
downloadocaml-04b1656222698bd7e92f213e9a718b7a4185643a.tar.gz
clean up spaces and tabs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9547 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Upgrading')
-rw-r--r--Upgrading4
1 files changed, 2 insertions, 2 deletions
diff --git a/Upgrading b/Upgrading
index 10fdd47caf..808413ed23 100644
--- a/Upgrading
+++ b/Upgrading
@@ -97,7 +97,7 @@ A8: The new default mode is more flexible than the original commuting
interface must also be present in the implementation.
The addlabels tool can help you to do that. Suppose that you have
mymod.ml and mymod.mli, where mymod.mli adds some labels. Then
- doing
+ doing
$CAMLLIB/addlabels mymod.ml
will insert labels from the interface inside the implementation.
It also takes care of inserting them in recursive calls, as
@@ -106,4 +106,4 @@ A8: The new default mode is more flexible than the original commuting
If you used labels from standard libraries, you will also have
problems with them. You can proceed as described in A6. Since you
used classic mode, you do not need to bother about changed
- argument order. \ No newline at end of file
+ argument order.