documentation update
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 29 Jun 2013 08:35:05 +0000 (11:35 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 29 Jun 2013 08:35:05 +0000 (11:35 +0300)
doc/index.html

index 59f4863..f6c58d6 100644 (file)
@@ -71,9 +71,10 @@ This software is distributed under <a
        Following example produces graph for JavaInspect itself:\r
 \r
        <pre>\r
+\r
 <code>\r
 // Create graph\r
-final Graph graph = new Graph();\r
+final ClassGraph graph = new ClassGraph();\r
 \r
 // Add some object to the graph.\r
 graph.addObject(graph);\r