diff options
author | Derick Rethans <github@derickrethans.nl> | 2006-12-18 09:48:54 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2006-12-18 09:48:54 +0000 |
commit | d6d7a5ecfc94179f3c7c944e0be67dfefbc31c5a (patch) | |
tree | 2aa81d83ad19e317f54a010366df160a18aeead8 | |
parent | ec9dd064e9e5c399e5604d7fdd4fc97feb128f92 (diff) | |
download | zetacomponents-graph-d6d7a5ecfc94179f3c7c944e0be67dfefbc31c5a.zip zetacomponents-graph-d6d7a5ecfc94179f3c7c944e0be67dfefbc31c5a.tar.gz |
- Fixed docs.
-rw-r--r-- | src/axis/labeled.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/axis/labeled.php b/src/axis/labeled.php index 4463c91..4a7c96a 100644 --- a/src/axis/labeled.php +++ b/src/axis/labeled.php @@ -33,7 +33,7 @@ class ezcGraphChartElementLabeledAxis extends ezcGraphChartElementAxis /** * Maximum count of labels which can be displayed on one axis - * @TODO: Perhaps base this on the chart size + * @todo Perhaps base this on the chart size */ const MAX_LABEL_COUNT = 10; |