Fix typo.

This commit is contained in:
John McNamara 2022-06-09 20:27:58 +01:00
parent 5dfed11061
commit 699033344c
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ converting doubles to strings. It has the following license:
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
This Milo Yip DTOA library (emyg_dtoa) is uses to avoid issues where the
This Milo Yip DTOA library (emyg_dtoa) is used to avoid issues where the
standard sprintf() dtoa function changes output based on locale settings. It
is also 40-50% faster than the standard dtoa for raw numeric data. The use of
this library is optional. If you wish to use it you can pass

View File

@ -984,7 +984,7 @@ A chart line #lxw_chart_line struct with default properties is:
.dash_type = LXW_CHART_LINE_DASH_SOLID};
@endcode
The `none` member is uses to turn the line off (it is always on by default
The `none` member is used to turn the line off (it is always on by default
except in Scatter charts). This is useful if you wish to plot a series with
markers without a line, or a column fill without a border: