summaryrefslogtreecommitdiff
path: root/ocamldoc/Changes.txt
diff options
context:
space:
mode:
authorFourchaux <jprodi04@gmail.com>2019-02-13 14:04:56 +0100
committerArmaël Guéneau <Armael@users.noreply.github.com>2019-02-13 14:04:56 +0100
commit1946594bd7c9a72d1441f19942abbed89e58c0dc (patch)
tree14f9529447a42f166fbafc57e07af7b2cbc44d90 /ocamldoc/Changes.txt
parent07794568ebdb36d121051e8003cb9ccdd88d847d (diff)
downloadocaml-1946594bd7c9a72d1441f19942abbed89e58c0dc.tar.gz
Fixing typos in various files (#2246)
Note: Typos found with https://github.com/codespell-project/codespell Here is the (semi-manual) command used to get (and correct) the typos: $ codespell -i 3 -w --skip=".png,.gif,./ocaml/boot,./ocaml/.git,./ocaml/manual/styles,./ocaml/manual/manual/htmlman" -L minimise,instal,contructor,"o'caml",cristal,pres,clos,cmo,uint,iff,te,objext,nto,nd,mut,upto,larg,exten,leage,mthod,delte,tim,atleast,langage,hten,iwth,mke,contant,succint,methids,eles,valu,clas,modul,que,classe,missings,froms,defaut,correspondance,differents,configury,reachs,cas,approche,normale,dur,millon,amin,oje,transfert
Diffstat (limited to 'ocamldoc/Changes.txt')
-rw-r--r--ocamldoc/Changes.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ocamldoc/Changes.txt b/ocamldoc/Changes.txt
index 49ed84d24d..194e664a1d 100644
--- a/ocamldoc/Changes.txt
+++ b/ocamldoc/Changes.txt
@@ -80,7 +80,7 @@ Release 3.08.0:
- mod: one section per to module in latex output + improve latex output
- mod: odoc_latex: use buffers instead of string concatenation
- add: new ocamldoc man page, thanks to Samuel Mimram
- - fix: useless parenthesis around agruments of arguments of a type constructor in
+ - fix: useless parentheses around arguments of arguments of a type constructor in
type definitions, and aournd arguments of exceptions in exception definitions.
- fix: blank lines in verbatim, latex, code pre, code and ele ref modes
are now accepted
@@ -110,7 +110,7 @@ Release 3.08.0:
- fix: bug preventing to get the code in a .mli
- fix: missing spaces after carriage return in types (Odoc_misc.string_of_type_expr)
- fixes: some bugs in the text parser
- ( ]} meaning end of code and somehting else instead of end of precode)
+ ( ]} meaning end of code and something else instead of end of precode)
- add: in Odoc_info: text_of_string, text_string_of_text, info_of_string
- fix: better output of titles in html (use more the style)
- add: -intro option to use a file content as ocamldoc comment to use as
@@ -144,7 +144,7 @@ Release 3.05 :
.ml and .mli when merging
- option -werr becomes -warn-error
- possibility to define and reference section labels
- Exemple:
+ Example:
(** {2:mysectionlabel My title bla bla bla} *)
in module Foo