diff options
author | Derick Rethans <github@derickrethans.nl> | 2006-12-19 10:10:48 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2006-12-19 10:10:48 +0000 |
commit | c234ca6ac1ff0622e3cb1153302e869260a744c6 (patch) | |
tree | d05cc4287145452f716b409b5549816aa4121adc /src/options | |
parent | 4f2eb24b495f98502bbc1fbe6eed6ac5174d518a (diff) | |
download | zetacomponents-graph-c234ca6ac1ff0622e3cb1153302e869260a744c6.zip zetacomponents-graph-c234ca6ac1ff0622e3cb1153302e869260a744c6.tar.gz |
- Fixed typo in docs.
Diffstat (limited to 'src/options')
-rw-r--r-- | src/options/pie_chart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/pie_chart.php b/src/options/pie_chart.php index 47f46f1..32dbf05 100644 --- a/src/options/pie_chart.php +++ b/src/options/pie_chart.php @@ -12,7 +12,7 @@ * * @property string $label * String used to label pies - * %$1s Name of pie + * %1$s Name of pie * %2$d Value of pie * %3$.1f Percentage * @property callback $labelCallback |