diff options
Diffstat (limited to 'ide/utils/config_file.ml')
-rw-r--r-- | ide/utils/config_file.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/utils/config_file.ml b/ide/utils/config_file.ml index 921d3d9c..4d0aabeb 100644 --- a/ide/utils/config_file.ml +++ b/ide/utils/config_file.ml @@ -128,8 +128,8 @@ Could be one day rewritten with ocamllex/yacc to be more robust, efficient, allo open Format (* formating convention: the caller has to open the box, close it and flush the output *) (* remarks on Format: - set_margin impose un appel à set_max_indent - sprintf et bprintf sont flushées à chaque appel*) + set_margin forces a call to set_max_indent + sprintf et bprintf are flushed at each call*) (* pretty print a Raw.cp *) let rec save formatter = function |