Fixed typo

This commit is contained in:
David Montag
2011-04-08 17:02:44 -07:00
parent bb6a2fd6b9
commit 92f91e026d

View File

@@ -64,7 +64,7 @@
indexes (via the IndexManager), database life cycle callbacks, transaction management, and more.
</para>
<para>
The EmbeddedGraphDatabaseService is an implementation of GraphDatabaseService that is used to
The <code>EmbeddedGraphDatabase</code> is an implementation of GraphDatabaseService that is used to
embed Neo4j in a Java application. This implementation is used so as to provide the highest
and tightest integration with the database. Besides the embedded mode, the
<ulink url="http://wiki.neo4j.org/content/Getting_Started_With_Neo4j_Server">Neo4j server</ulink>