@@ -194,7 +194,7 @@ impl<'a, 'b, DB: DrawingBackend> ChartBuilder<'a, 'b, DB> {
194194 Sets the size of the X label area at the bottom of the chart.
195195
196196 - `size`: The desired size of the X label area in backend units (pixels).
197- If set to 0, the X label area is removed.
197+ If set to 0, the X label area is removed.
198198
199199 See [`ChartBuilder::on()`] for more information and examples.
200200 */
@@ -206,7 +206,7 @@ impl<'a, 'b, DB: DrawingBackend> ChartBuilder<'a, 'b, DB> {
206206 Sets the size of the Y label area to the left of the chart.
207207
208208 - `size`: The desired size of the Y label area in backend units (pixels).
209- If set to 0, the Y label area is removed.
209+ If set to 0, the Y label area is removed.
210210
211211 See [`ChartBuilder::on()`] for more information and examples.
212212 */
@@ -218,7 +218,7 @@ impl<'a, 'b, DB: DrawingBackend> ChartBuilder<'a, 'b, DB> {
218218 Sets the size of the X label area at the top of the chart.
219219
220220 - `size`: The desired size of the top X label area in backend units (pixels).
221- If set to 0, the top X label area is removed.
221+ If set to 0, the top X label area is removed.
222222
223223 See [`ChartBuilder::on()`] for more information and examples.
224224 */
@@ -230,7 +230,7 @@ impl<'a, 'b, DB: DrawingBackend> ChartBuilder<'a, 'b, DB> {
230230 Sets the size of the Y label area to the right of the chart.
231231
232232 - `size`: The desired size of the Y label area in backend units (pixels).
233- If set to 0, the Y label area to the right is removed.
233+ If set to 0, the Y label area to the right is removed.
234234
235235 See [`ChartBuilder::on()`] for more information and examples.
236236 */
@@ -243,7 +243,7 @@ impl<'a, 'b, DB: DrawingBackend> ChartBuilder<'a, 'b, DB> {
243243
244244 - `pos`: The position of the desired label area to adjust
245245 - `size`: The desired size of the label area in backend units (pixels).
246- If set to 0, the label area is removed.
246+ If set to 0, the label area is removed.
247247
248248 See [`ChartBuilder::on()`] for more information and examples.
249249 */
0 commit comments