change a remaining occurrence of "Objective Caml" to Ocaml

git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@12091 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2012-01-27 13:57:35 +00:00
parent a0865414bd
commit 33487bc768
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
\chapter{The toplevel system (ocaml)} \label{c:camllight}
\pdfchapter{The toplevel system (ocaml)}
This chapter describes the toplevel system for OCaml, that permits interactive use of the Objective Caml system
This chapter describes the toplevel system for OCaml, that permits interactive use of the OCaml system
through a read-eval-print loop. In this mode, the system repeatedly
reads Caml phrases from the input, then typechecks, compile and
evaluate them, then prints the inferred type and result value, if