Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have corrected some grammatical errors in the Ocaml docs #1553

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions site/releases/4.04/htmlman/coreexamples.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ <h1 class="chapter" id="sec7">Chapter&#XA0;1&#XA0;&#XA0;The core language</h1>
<p> <a id="c:core-xamples"></a>

</p><p>This part of the manual is a tutorial introduction to the
OCaml language. A good familiarity with programming in a conventional
OCaml language. A good familiarity with programming in any of the conventional
languages (say, Pascal or C) is assumed, but no prior exposure to
functional languages is required. The present chapter introduces the
core language. Chapter&#XA0;<a href="moduleexamples.html#c%3Amoduleexamples">2</a> deals with the
module system, chapter&#XA0;<a href="objectexamples.html#c%3Aobjectexamples">3</a> with the
object-oriented features, chapter&#XA0;<a href="lablexamples.html#c%3Alabl-examples">4</a> with
module system, Chapter&#XA0;<a href="objectexamples.html#c%3Aobjectexamples">3</a> with the
object-oriented features, Chapter&#XA0;<a href="lablexamples.html#c%3Alabl-examples">4</a> with
extensions to the core language (labeled arguments and polymorphic
variants), and chapter&#XA0;<a href="advexamples.html#c%3Aadvexamples">5</a> gives some advanced examples.</p>
variants), and Chapter&#XA0;<a href="advexamples.html#c%3Aadvexamples">5</a> gives some advanced examples.</p>
<h2 class="section" id="sec8">1.1&#XA0;&#XA0;Basics</h2>
<p>For this overview of OCaml, we use the interactive system, which
is started by running <span class="c006">ocaml</span> from the Unix shell, or by launching the
Expand Down