Skip to content

Commit 9ffd7c4

Browse files
committed
docs: Fix typo
1 parent a4f9425 commit 9ffd7c4

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2019-2023 OCaml Software Foundation.
4-
Copyright (c) 2016-2018 OCamlPro.
4+
Copyright (c) 2015-2018 OCamlPro.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ Learn-OCaml is a free software by the [OCaml Software Foundation](https://ocaml-
7676

7777
It was written by OCamlPro from 2015 to 2019.
7878

79-
The current main contributors are Yann-Régis Gianas, Erik Martin-Dorel, and Louis Gesbert.
79+
The current main contributors are Érik Martin-Dorel, Yann Régis-Gianas, and Louis Gesbert.
8080

81-
The initial authors were Benjamin Canou, Çağdaş Bozman and Grégoire Henry.
81+
The initial authors were Benjamin Canou, Çağdaş Bozman, and Grégoire Henry.
8282

83-
It builds on the previous experience of Try OCaml, by Çağdaş Bozman and Fabrice Le Fessant.
83+
It builds on the previous experience of Try OCaml, by Çağdaş Bozman, and Fabrice Le Fessant.
8484

8585
We heavily use js_of_ocaml, so thanks to the Ocsigen team.
8686

docs/index.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,16 @@ Authors and Acknowledgements
7474

7575
Learn-OCaml is a free software by the [OCaml Software Foundation](https://ocaml-sf.org).
7676

77-
* The main authors are Benjamin Canou, Çağdaş Bozman and Grégoire Henry.
77+
It was written by OCamlPro from 2015 to 2019.
7878

79-
* It builds on the previous experience of Try OCaml by Çağdaş Bozman.
79+
The current main contributors are Érik Martin-Dorel, Yann Régis-Gianas, and Louis Gesbert.
8080

81-
* We heavily use js_of_ocaml, so thanks to the Ocsigen team.
81+
The initial authors were Benjamin Canou, Çağdaş Bozman, and Grégoire Henry.
8282

83-
* The text editing component is a customized version of ACE.
83+
It builds on the previous experience of Try OCaml, by Çağdaş Bozman, and Fabrice Le Fessant.
8484

85-
* We also include a derivative of ppx_metaquot by Alain Frisch.
85+
We heavily use js_of_ocaml, so thanks to the Ocsigen team.
86+
87+
The text editing component is a customized version of ACE.
88+
89+
We also include a derivative of ppx_metaquot by Alain Frisch.

0 commit comments

Comments
 (0)