Skip to content

Commit 7b0f510

Browse files
committed
minor: fix article in comment
1 parent d4f39df commit 7b0f510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/fg/chart.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ FGAPI fg_err fg_add_histogram_to_chart(fg_histogram* pHistogram, fg_chart pHandl
223223
const unsigned pNBins, const fg_dtype pType);
224224

225225
/**
226-
Create and add an Pie object to the current chart
226+
Create and add a Pie object to the current chart
227227
228228
\param[out] pPie is the handle of the pie object created
229229
\param[in] pHandle is chart handle
@@ -482,7 +482,7 @@ class Chart {
482482
FGAPI Histogram histogram(const unsigned pNBins, const dtype pDataType);
483483

484484
/**
485-
Create and add an Pie object to the current chart
485+
Create and add a Pie object to the current chart
486486
487487
\param[in] pNSectors is number of sectors the data is sorted out
488488
\param[in] pDataType takes one of the values of \ref dtype that indicates

0 commit comments

Comments
 (0)