File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments