mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Fix typo.
This commit is contained in:
parent
5dfed11061
commit
699033344c
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user