diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-08-29 08:40:07 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-08-29 08:40:07 +0000 |
commit | 00c581fadaa2bdd638aa7f5cf0c97b3a26ba2bfe (patch) | |
tree | ed2eaddd3fde03eefa2f047c51b84e8217e78cee /docs | |
parent | c8a44fbf1fe20ce47afd5eec9dd82b1d244abac8 (diff) | |
download | zetacomponents-graph-00c581fadaa2bdd638aa7f5cf0c97b3a26ba2bfe.zip zetacomponents-graph-00c581fadaa2bdd638aa7f5cf0c97b3a26ba2bfe.tar.gz |
- Fixed issue #11334: Typo in option class
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial.txt b/docs/tutorial.txt index 5588ace..501af88 100644 --- a/docs/tutorial.txt +++ b/docs/tutorial.txt @@ -109,7 +109,7 @@ Pie chart options There are several pie chart specific configuration options available. In eZ Components, options are always accessed via public properties. For a full list of all available options, see the documentation for the -ezcGraphPieChartOption class. +ezcGraphPieChartOptions class. .. include:: tutorial/tutorial_pie_options.php :literal: |