diff options
author | James Pic <jamespic@gmail.com> | 2011-12-13 10:44:09 +0000 |
---|---|---|
committer | James Pic <jamespic@gmail.com> | 2011-12-13 10:44:09 +0000 |
commit | a52c39ca840222e3b591b2219d7231f83e93cd03 (patch) | |
tree | 16aac0dbb2f72d9c67a3b4345c40d28913125227 | |
parent | e7cf4de816744c9e318ad3f3135dc8306e3e4390 (diff) | |
download | zetacomponents-graph-a52c39ca840222e3b591b2219d7231f83e93cd03.zip zetacomponents-graph-a52c39ca840222e3b591b2219d7231f83e93cd03.tar.gz |
- Fixed #95 (typo in docblock), thanks Yousif Masoud
-rw-r--r-- | src/interfaces/axis_label_renderer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/axis_label_renderer.php b/src/interfaces/axis_label_renderer.php index 06916f2..afccc6a 100644 --- a/src/interfaces/axis_label_renderer.php +++ b/src/interfaces/axis_label_renderer.php @@ -43,7 +43,7 @@ * Indicates if steps are shown on the outer side of axis. * @property bool $outerGrid * Indicates if the grid is shown on the outer side of axis. - * @property bool $showLables + * @property bool $showLabels * Indicates if the labels should be shown * @property int $labelPadding * Padding of labels. |