summaryrefslogtreecommitdiff
path: root/docs/raptor-tutorial-intro.xml
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-08-15 12:11:11 -0700
committerDave Beckett <dave@dajobe.org>2010-08-15 12:11:11 -0700
commitdfe0d02297b3cf965e9c1774e1c923f73c4dc37c (patch)
treea2c7a8c2568cf2a7da7dd25634b90a4d25b3c170 /docs/raptor-tutorial-intro.xml
parent2dd0d159a179687d9106ed396616270789cbec97 (diff)
downloadraptor-dfe0d02297b3cf965e9c1774e1c923f73c4dc37c.tar.gz
raptor 2
Diffstat (limited to 'docs/raptor-tutorial-intro.xml')
-rw-r--r--docs/raptor-tutorial-intro.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/raptor-tutorial-intro.xml b/docs/raptor-tutorial-intro.xml
index a1ea0766..58640bbc 100644
--- a/docs/raptor-tutorial-intro.xml
+++ b/docs/raptor-tutorial-intro.xml
@@ -3,9 +3,10 @@
<chapter id="tutorial-initialising-finishing">
<title>Initialising and Finishing using the Library</title>
-<para>Raptor requires initialising a raptor_world object
-before using any of the classes. The constructor to make the object
-is raptor_new_world(), the destructor raptor_free_world().
+<para>Raptor requires initialising a raptor_world object before using
+any of the classes which take the world object as an argument in
+their constructors. The function to make the world object is
+raptor_new_world() and the destructor raptor_free_world().
<programlisting>
raptor_world* world;
world = raptor_new_world();